From de74a51b8468a0b40ac65fe53384825ed956d174 Mon Sep 17 00:00:00 2001 From: Timo S Date: Mon, 14 Feb 2022 14:40:43 +0100 Subject: [PATCH] Add set_guest_wifi_password description (#20915) Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> --- source/_integrations/fritz.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/fritz.markdown b/source/_integrations/fritz.markdown index 51eded2c278..5436aeccae9 100644 --- a/source/_integrations/fritz.markdown +++ b/source/_integrations/fritz.markdown @@ -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.