diff --git a/source/_components/binary_sensor.fritzbox.markdown b/source/_components/binary_sensor.fritzbox.markdown deleted file mode 100644 index 774e0597b45..00000000000 --- a/source/_components/binary_sensor.fritzbox.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: page -title: "Fritzbox Binary Sensor" -description: "Instructions on how to integrate an AVM Fritzbox alarm sensor." -date: 2018-10-01 23:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: avm.png -ha_category: Binary Sensor -ha_release: "0.80" -ha_iot_class: "Local Polling" ---- - -To get AVM fritzbox binary sensor follow the instructions for the [Fritzbox component](/components/fritzbox/). diff --git a/source/_components/climate.fritzbox.markdown b/source/_components/climate.fritzbox.markdown deleted file mode 100644 index 81b0533ed93..00000000000 --- a/source/_components/climate.fritzbox.markdown +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: page -title: "Fritzbox Thermostat" -description: "Instructions on how to integrate the AVM Fritzbox thermostat." -date: 2017-11-12 17:10 -sidebar: true -comments: false -sharing: true -footer: true -logo: avm.png -ha_category: Climate -ha_release: 0.68 -ha_iot_class: "Local Polling" ---- - -
-To get AVM fritzbox thermostat follow the instructions for the general [Fritzbox](/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. -| `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). diff --git a/source/_components/fritzbox.markdown b/source/_components/fritzbox.markdown index e49c19c4245..a3c5ac12eee 100644 --- a/source/_components/fritzbox.markdown +++ b/source/_components/fritzbox.markdown @@ -8,9 +8,16 @@ comments: false sharing: true footer: true logo: avm.png -ha_category: Hub +ha_category: + - Binary Sensor + - Climate + - Switch ha_release: 0.68 ha_iot_class: "Local Polling" +redirect_from: + - /components/binary_sensor.fritzbox/ + - /components/switch.fritzbox/ + - /components/climate.fritzbox/ --- The [AVM](https://en.avm.de) Fritzbox component for Home Assistant allows you to integrate the switch and climate devices. @@ -22,7 +29,6 @@ The [AVM](https://en.avm.de) Fritzbox component for Home Assistant allows you to - [FRITZ!DECT 200](https://en.avm.de/products/fritzdect/fritzdect-200/) - [Eurotronic Comet DECT](https://eurotronic.org/produkte/elektronische-heizkoerperthermostate/sparmatic-comet/) - ## {% linkable_title Setup %} ```yaml @@ -53,3 +59,25 @@ devices: required: true type: string {% endconfiguration %} + +## {% linkable_title Switch & Thermostat %} + +To get AVM Fritzbox switch and thermostat follow the instructions above. + +### {% 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. +| `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). +| `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 diff --git a/source/_components/switch.fritzbox.markdown b/source/_components/switch.fritzbox.markdown deleted file mode 100644 index 3a257701e5d..00000000000 --- a/source/_components/switch.fritzbox.markdown +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: page -title: "Fritzbox Switch" -description: "Instructions on how to integrate the AVM Fritzbox switch." -date: 2017-11-12 17:10 -sidebar: true -comments: false -sharing: true -footer: true -logo: avm.png -ha_category: Switch -ha_release: 0.68 -ha_iot_class: "Local Polling" ---- - -To get AVM Fritzbox switch 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 (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).