From 782fbdba00ff4f0ec67f151799ce1ba73b7ced1f Mon Sep 17 00:00:00 2001 From: Heiko Thiery Date: Mon, 1 Oct 2018 12:54:09 +0200 Subject: [PATCH] Add docu for new device attributes (#6398) Signed-off-by: Heiko Thiery --- source/_components/climate.fritzbox.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/climate.fritzbox.markdown b/source/_components/climate.fritzbox.markdown index 65975ca77c5..81b0533ed93 100644 --- a/source/_components/climate.fritzbox.markdown +++ b/source/_components/climate.fritzbox.markdown @@ -26,3 +26,7 @@ The 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 Fritzbox web interface. | `low_battery` | The low battery state indication. +| `battery_level` | The battery level (only available since Fritz!OS 7). +| `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).