Add all humidity alerts, alert view in frontend, add auto-entities card
This commit is contained in:
22
config/sensors_binary/humidity.yaml
Normal file
22
config/sensors_binary/humidity.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
- 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:
|
||||
value_template: "{{ states('.sensor.humidity_4') | float > 68 }}"
|
||||
|
||||
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:
|
||||
value_template: "{{ states('sensor.attic_humidity_2') | float > 68 }}"
|
||||
@@ -2,15 +2,18 @@
|
||||
country: DE
|
||||
province: NW
|
||||
workdays: [ mon, tue, wed, thu, fri ]
|
||||
|
||||
- platform: tod
|
||||
name: Morning
|
||||
after: '05:00'
|
||||
before: '11:00'
|
||||
|
||||
- platform: ping
|
||||
name: desktop_ping
|
||||
host: !secret desktop_ip
|
||||
count: 2
|
||||
scan_interval: 15
|
||||
|
||||
- platform: template
|
||||
sensors:
|
||||
anyone_home:
|
||||
|
||||
Reference in New Issue
Block a user