🚜 Merges/Redirect Fritzbox component pages (#8322)

This commit is contained in:
Klaas Schoute 2019-01-27 23:34:18 +01:00 committed by Fabian Affolter
parent 6d8834d712
commit fbd1b9c4f9
4 changed files with 30 additions and 79 deletions

View File

@ -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/).

View File

@ -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"
---
<p class='note'>
To get AVM fritzbox thermostat follow the instructions for the general [Fritzbox](/components/fritzbox/).
</p>
### {% 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).

View File

@ -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).

View File

@ -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).