Skip to content

Instantly share code, notes, and snippets.

@oischinger
Created September 19, 2019 18:11
Show Gist options
  • Save oischinger/c08d218ecb19cf88c16203e9aba238ca to your computer and use it in GitHub Desktop.
Save oischinger/c08d218ecb19cf88c16203e9aba238ca to your computer and use it in GitHub Desktop.
Vicare temperature sensors
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