Created
September 19, 2019 18:11
-
-
Save oischinger/c08d218ecb19cf88c16203e9aba238ca to your computer and use it in GitHub Desktop.
Vicare temperature sensors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vicare_outside_temperature: | |
friendly_name: "Aussentemperatur" | |
unit_of_measurement: '°C' | |
value_template: "{{ state_attr('climate.vicare_heating', 'outside_temperature') }}" | |
vicare_desired_temperature: | |
friendly_name: "Zieltemperatur" | |
unit_of_measurement: '°C' | |
value_template: "{{ state_attr('climate.vicare_heating', 'temperature') }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment