30 lines
894 B
YAML
Executable File
30 lines
894 B
YAML
Executable File
---
|
|
# sensor:
|
|
# - name: Temperatuur_Slaapkamer_Luuk
|
|
# unique_id: kamer_luuk_temperatuur
|
|
# unit_of_measurement: "°C"
|
|
# device_class: temperature
|
|
# state: >
|
|
# {{ state_attr('climate.kamer_luuk','current_temperature') }}
|
|
|
|
# - name: Temperatuur_Badkamer
|
|
# unique_id: Temperatuur_Badkamer
|
|
# unit_of_measurement: "°C"
|
|
# device_class: temperature
|
|
# state: >
|
|
# {{ state_attr('climate.Badkamer','current_temperature') }}
|
|
|
|
# - name: Temperatuur_Woonkamer
|
|
# unique_id: Temperatuur_Woonkamer
|
|
# unit_of_measurement: "°C"
|
|
# device_class: temperature
|
|
# state: >
|
|
# {{ state_attr('climate.woonkamer','current_temperature')}}
|
|
|
|
# - name: Temperatuur_Hal
|
|
# unique_id: Temperatuur_Hal
|
|
# unit_of_measurement: "°C"
|
|
# device_class: temperature
|
|
# state: >
|
|
# {{ state_attr('climate.speel_hal', 'current_temperature') }}
|