mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
🚜 Merges/Redirect Fritzbox component pages (#8322)
This commit is contained in:
parent
6d8834d712
commit
fbd1b9c4f9
@ -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/).
|
|
@ -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).
|
|
@ -8,9 +8,16 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: avm.png
|
logo: avm.png
|
||||||
ha_category: Hub
|
ha_category:
|
||||||
|
- Binary Sensor
|
||||||
|
- Climate
|
||||||
|
- Switch
|
||||||
ha_release: 0.68
|
ha_release: 0.68
|
||||||
ha_iot_class: "Local Polling"
|
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.
|
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/)
|
- [FRITZ!DECT 200](https://en.avm.de/products/fritzdect/fritzdect-200/)
|
||||||
- [Eurotronic Comet DECT](https://eurotronic.org/produkte/elektronische-heizkoerperthermostate/sparmatic-comet/)
|
- [Eurotronic Comet DECT](https://eurotronic.org/produkte/elektronische-heizkoerperthermostate/sparmatic-comet/)
|
||||||
|
|
||||||
|
|
||||||
## {% linkable_title Setup %}
|
## {% linkable_title Setup %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -53,3 +59,25 @@ devices:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% 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).
|
@ -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).
|
|
Loading…
x
Reference in New Issue
Block a user