Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion source/_integrations/fritz.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ This integration fetches the data every 30 seconds from the FRITZ!Box router.

## Actions

Available {% term actions %}: `set_guest_wifi_password`
Available {% term actions %}:

- `set_guest_wifi_password`
- `ring`

### Action `set_guest_wifi_password`

Expand All @@ -103,6 +106,15 @@ Set a new password for the guest wifi. The password Length must be between 8 and
| `password` | no | New password for the guest wifi (_will be auto-generated if not defined_) |
| `length` | no | Length of the auto-generated password. (_default 12_) |

### Action `ring`

Makes the FRITZ!Box dial a phone number. The dial-help service of the FRITZ!Box must be activated to make this work.

| Data attribute | Required | Description |
|----------------|----------| --- |
| `device_id` | yes | Only act on a specific router |
| `number` | yes | The phone number to dial |

## Additional information

### Parental control switches
Expand Down