mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Update izone.markdown (#20270)
This commit is contained in:
parent
816fe6e2c2
commit
c9e3fc6de1
@ -75,20 +75,16 @@ along with the supply temperature (use the ID of your unit):
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry to create sensors
|
# Example configuration.yaml entry to create sensors
|
||||||
# from the izone controller state attributes
|
# from the izone controller state attributes
|
||||||
sensor:
|
template:
|
||||||
- platform: template
|
- sensor:
|
||||||
sensors:
|
- name: "Control zone"
|
||||||
control_zone:
|
state: "{{ state_attr('climate.izone_controller_0000XXXXX','control_zone_name') }}"
|
||||||
friendly_name: "Control zone"
|
- name: "Target temperature"
|
||||||
value_template: "{{ state_attr('climate.izone_controller_0000XXXXX','control_zone_name') }}"
|
state: "{{ state_attr('climate.izone_controller_0000XXXXX','control_zone_setpoint') }}"
|
||||||
control_zone_target:
|
unit_of_measurement: "°C"
|
||||||
friendly_name: "Target temperature"
|
- name : "Supply temperature"
|
||||||
value_template: "{{ state_attr('climate.izone_controller_0000XXXXX','control_zone_setpoint') }}"
|
state: "{{ state_attr('climate.izone_controller_0000XXXXX','supply_temperature') }}"
|
||||||
unit_of_measurement: "°C"
|
unit_of_measurement: "°C"
|
||||||
temperature_supply:
|
|
||||||
friendly_name: "Supply temperature"
|
|
||||||
value_template: "{{ state_attr('climate.izone_controller_0000XXXXX','supply_temperature') }}"
|
|
||||||
unit_of_measurement: "°C"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user