From 25b97cc60b2b25ca2dd068a8f195b6d925e1c740 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Fri, 23 Jul 2021 13:55:20 +0200 Subject: [PATCH] Remove total_consumption attribute (#18398) * Remove total_consumption attribute * Also remove obsolete temperature attributes --- source/_integrations/fritzbox.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index b8036ee9455..979a21767d0 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -63,10 +63,6 @@ There are several attributes that can be useful for automations and templates. | `holiday_mode` | The state of the holiday mode (only available since Fritz!OS 7). | `summer_mode` | The state of the summer mode (only available since Fritz!OS 7). | `window_open` | The state of the window open detection (only available since Fritz!OS 7). -| `temperature_unit` | The unit of the temperature sensor (only available if the device support temperature sensor). -| `temperature` | The current temperature sensor reading (only available if the device supports temperature sensor). -| `total_consumption` | The total power consumption since the beginning of operation (only available if the device supports power meter function). -| `total_consumption_unit` | The unit of the total_consumption (only available if the device supports power meter function). ## Sensors @@ -80,5 +76,3 @@ There are several attributes that can be useful for automations and templates. | --------- | ----------- | | `device_locked` | The state of the key lock at the device. | `locked` | The state of the lock for configuring the device via the app or the FRITZ!Box web interface. -| `temperature_unit` | The unit of the temperature sensor. -| `temperature` | The current temperature sensor reading.