From 89c916d9b8fb6e7ba56287e5d1d8d0b6d692914c Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 15 Feb 2019 09:00:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Fritzbox=20com?= =?UTF-8?q?ponent=20pages=20(#8592)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/fritzbox.markdown | 26 +++++++++++++++++++- source/_components/sensor.fritzbox.markdown | 27 --------------------- 2 files changed, 25 insertions(+), 28 deletions(-) delete mode 100644 source/_components/sensor.fritzbox.markdown diff --git a/source/_components/fritzbox.markdown b/source/_components/fritzbox.markdown index a3c5ac12eee..3b0ffb95d5b 100644 --- a/source/_components/fritzbox.markdown +++ b/source/_components/fritzbox.markdown @@ -11,6 +11,7 @@ logo: avm.png ha_category: - Binary Sensor - Climate + - Sensor - Switch ha_release: 0.68 ha_iot_class: "Local Polling" @@ -18,10 +19,18 @@ redirect_from: - /components/binary_sensor.fritzbox/ - /components/switch.fritzbox/ - /components/climate.fritzbox/ + - /components/sensor.fritzbox/ --- The [AVM](https://en.avm.de) Fritzbox component for Home Assistant allows you to integrate the switch and climate devices. +There is currently support for the following device types within Home Assistant: + +- Binary Sensor +- Climate +- [Sensor](#sensor) +- Switch + #### {% linkable_title Tested Devices %} - [FRITZ!Box 6490 Cable](https://en.avm.de/products/fritzbox/fritzbox-6490-cable/) @@ -80,4 +89,19 @@ The are several attributes that can be useful for automations and templates. | `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). \ No newline at end of file +| `total_consumption_unit` | The unit of the total_consumption (only available if the device supports power meter function). + +## {% linkable_title Sensor %} + +To get AVM Fritzbox temperature sensor (e.g. FRITZ!DECT Repeater 100) follow the instructions for the [Fritzbox component](#setup). + +### {% 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. \ No newline at end of file diff --git a/source/_components/sensor.fritzbox.markdown b/source/_components/sensor.fritzbox.markdown deleted file mode 100644 index fdf6ca7dcba..00000000000 --- a/source/_components/sensor.fritzbox.markdown +++ /dev/null @@ -1,27 +0,0 @@ ---- -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.