Closed arva-zz closed 4 years ago
The humidity information is in the attributes....
Thanks @thecem for the quick answer. @arva-zz if you want to have it as separate sensor you can create one
sensor:
- platform: template
sensors:
bad_humidity:
friendly_name: "Bad humidity"
unit_of_measurement: "%"
value_template: "{{ states.climate.bad.attributes.current_humidity }}"
Thanks for quick replay and thanks for the uponor integration. Its awesome
My thermostats give out humidity information as well. Would it be possible to capture and show this information?