2020-01-15 21:58:51 +00:00
|
|
|
- platform: template
|
|
|
|
sensors:
|
|
|
|
humidity_too_high_bathroom:
|
|
|
|
value_template: "{{ states('sensor.hygro_bathroom_parents_humidity') | float > 68 }}"
|
|
|
|
|
|
|
|
humidity_too_high_bathroom_kids:
|
|
|
|
value_template: "{{ states('sensor.hygro_bathroom_kids_humidity') | float > 68 }}"
|
|
|
|
|
|
|
|
humidity_too_high_bedroom:
|
|
|
|
value_template: "{{ states('sensor.lumi_bedroom_humidity') | float > 68 }}"
|
|
|
|
|
|
|
|
humidity_too_high_livingroom:
|
2020-02-15 15:04:38 +00:00
|
|
|
value_template: "{{ states('sensor.lumi_livingroom_humidity') | float > 68 }}"
|
2020-01-15 21:58:51 +00:00
|
|
|
|
|
|
|
humidity_too_high_guestroom:
|
|
|
|
value_template: "{{ states('sensor.lumi_guestroom_humidity') | float > 68 }}"
|
|
|
|
|
|
|
|
humidity_too_high_office:
|
|
|
|
value_template: "{{ states('sensor.lumi_office_humidity') | float > 68 }}"
|
|
|
|
|
|
|
|
humidity_too_high_attic:
|
2020-02-15 15:04:38 +00:00
|
|
|
value_template: "{{ states('sensor.attic_humidity_2') | float > 68 }}"
|
|
|
|
|
|
|
|
humidity_too_high_hwr:
|
|
|
|
value_template: "{{ states('sensor.hygro_hwr_humidity') | float > 68 }}"
|