From be6bc820da84b6e90e0fa19ce3c4c1b32b606b35 Mon Sep 17 00:00:00 2001 From: Timo S Date: Tue, 28 Dec 2021 14:11:56 +0100 Subject: [PATCH] FRITZ: Fix service parameter typo (#20908) --- source/_integrations/fritz.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/fritz.markdown b/source/_integrations/fritz.markdown index 13117316eac..14b0dbac47f 100644 --- a/source/_integrations/fritz.markdown +++ b/source/_integrations/fritz.markdown @@ -56,7 +56,7 @@ Reboot the router. | Service data attribute | Optional | Description | | ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------- | -| `entity_id` | no | Only act on a specific router | +| `device_id` | no | Only act on a specific router | #### Service `fritz.reconnect` @@ -65,7 +65,7 @@ If you have a dynamic IP address, most likely it will change. | Service data attribute | Optional | Description | | ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------- | -| `entity_id` | no | Only act on a specific router | +| `device_id` | no | Only act on a specific router | #### Service `fritz.cleanup` @@ -74,7 +74,7 @@ A device is identified as stale when it's still present on Home Assistant but no | Service data attribute | Optional | Description | | ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------- | -| `entity_id` | no | Only act on a specific router | +| `device_id` | no | Only act on a specific router | ## Integration Options