From e324c3f7da264d589574840834172092ea7f2e19 Mon Sep 17 00:00:00 2001 From: choss Date: Thu, 31 Jan 2019 03:58:20 +0100 Subject: [PATCH] adding documentation for fritz.dect 100 sensor component (#8242) * adding documentation for new sensor component * :pencil2: Tweak * :pencil2: Add HA Release --- source/_components/sensor.fritzbox.markdown | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_components/sensor.fritzbox.markdown diff --git a/source/_components/sensor.fritzbox.markdown b/source/_components/sensor.fritzbox.markdown new file mode 100644 index 00000000000..fdf6ca7dcba --- /dev/null +++ b/source/_components/sensor.fritzbox.markdown @@ -0,0 +1,27 @@ +--- +layout: page +title: "Fritzbox temperature sensor" +description: "Instructions on how to integrate the AVM Fritzbox temperature sensor." +date: 2019-01-22 20:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: avm.png +ha_category: Sensor +ha_release: 0.87 +ha_iot_class: "Local Polling" +--- + +To get AVM Fritzbox temperature sensor (e.g. FRITZ!DECT Repeater 100) follow the instructions for the [Fritzbox component](/components/fritzbox/). + +## {% linkable_title Attributes %} + +The are several attributes that can be useful for automations and templates. + +| Attribute | Description | +| --------- | ----------- | +| `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. +| `temperature_unit` | The unit of the temperature sensor. +| `temperature` | The current temperature sensor reading.