mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Add set_guest_wifi_password description (#20915)
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
This commit is contained in:
parent
4e6af8e406
commit
de74a51b84
@ -59,6 +59,18 @@ A device is identified as stale when it's still present on Home Assistant but no
|
||||
| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------- |
|
||||
| `device_id` | no | Only act on a specific router |
|
||||
|
||||
#### Service `fritz.set_guest_wifi_password`
|
||||
|
||||
Set a new password for the guest wifi.
|
||||
The password must be between 8 and 63 characters long.
|
||||
If no password is given, it will be auto-generated.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------- |
|
||||
| `device_id` | no | Only act on a specific router |
|
||||
| `password` | yes | New password for the guest wifi |
|
||||
| `length` | yes | Length of the auto-generated password. (_default 12_) |
|
||||
|
||||
## Integration Options
|
||||
|
||||
It is possible to change some behaviors through the integration options.
|
||||
|
Loading…
x
Reference in New Issue
Block a user