mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Migrate climate attributes to own entities in AVM Fritz!SmartHome (#38655)
This commit is contained in:
parent
16b8a628e5
commit
62e7a1bfc3
@ -109,27 +109,21 @@ Self defined [templates](https://en.avm.de/guide/three-smart-home-templates-that
|
|||||||
|
|
||||||
Thermostats like the [FRITZ!DECT 301][fritzdect_301], [FRITZ!DECT 302][fritzdect_302] or [Eurotronic Comet DECT][eurotronic_comet_dect] will be integrated as {% term climate %} entities.
|
Thermostats like the [FRITZ!DECT 301][fritzdect_301], [FRITZ!DECT 302][fritzdect_302] or [Eurotronic Comet DECT][eurotronic_comet_dect] will be integrated as {% term climate %} entities.
|
||||||
|
|
||||||
These entities can have several attributes that can be useful for {% term automations %} and {% term templates %}:
|
Further there are additional {% term sensor %} and {% term binary_sensor "binary sensor" %} entities created for each device which can be useful for {% term automations %} and {% term templates %}, based on its capabilities:
|
||||||
|
|
||||||
| Attribute | Description |
|
|
||||||
| --------- | ----------- |
|
|
||||||
| `battery_low` | 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). |
|
|
||||||
|
|
||||||
Further there are additional {% term sensor %} and {% term binary_sensor "binary sensor" %} entities created for each device, based on its capabilities:
|
|
||||||
|
|
||||||
- Battery
|
- Battery
|
||||||
|
- Battery low
|
||||||
- Button lock via UI
|
- Button lock via UI
|
||||||
- Button lock on device
|
- Button lock on device
|
||||||
- Comfort Temperature
|
- Comfort Temperature
|
||||||
- Current Scheduled Preset
|
- Current Scheduled Preset
|
||||||
- Eco Temperature
|
- Eco Temperature
|
||||||
|
- Holiday mode
|
||||||
- Next Scheduled Change Time
|
- Next Scheduled Change Time
|
||||||
- Next Scheduled Preset
|
- Next Scheduled Preset
|
||||||
- Next Scheduled Temperature
|
- Next Scheduled Temperature
|
||||||
|
- Open window detected
|
||||||
|
- Summer mode
|
||||||
|
|
||||||
### Other devices
|
### Other devices
|
||||||
|
|
||||||
@ -138,9 +132,11 @@ Some devices like the [FRITZ!DECT 350][fritzdect_350] or the [FRITZ!DECT 440][fr
|
|||||||
The availability of these {% term sensor %} and {% term binary_sensor "binary sensor" %} entities depends on the features and capabilities of the connected device and can be one or multiple of:
|
The availability of these {% term sensor %} and {% term binary_sensor "binary sensor" %} entities depends on the features and capabilities of the connected device and can be one or multiple of:
|
||||||
|
|
||||||
- Battery
|
- Battery
|
||||||
|
- Battery low
|
||||||
- Button lock via UI
|
- Button lock via UI
|
||||||
- Button lock on device
|
- Button lock on device
|
||||||
- Humidity
|
- Humidity
|
||||||
|
- Open window detected
|
||||||
- Temperature
|
- Temperature
|
||||||
|
|
||||||
[fritzbox_5590_fiber]: https://en.avm.de/products/fritzbox/fritzbox-5590-fiber
|
[fritzbox_5590_fiber]: https://en.avm.de/products/fritzbox/fritzbox-5590-fiber
|
||||||
|
Loading…
x
Reference in New Issue
Block a user