Compare commits
2 Commits
b2b125d485
...
13d7e47526
Author | SHA1 | Date | |
---|---|---|---|
|
13d7e47526 | ||
|
58d7ac9050 |
@ -4,7 +4,7 @@
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.ble_temperature_computer_cave_sensor
|
||||
entity_id: sensor.sensor.office_sensor_temperature
|
||||
above: '26'
|
||||
for:
|
||||
minutes: 1
|
||||
|
@ -126,7 +126,7 @@
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.ble_temperature_computer_cave_sensor
|
||||
entity_id: sensor.sensor.office_sensor_temperature
|
||||
above: "23"
|
||||
action:
|
||||
- service: script.ac_on
|
||||
|
@ -130,6 +130,7 @@ person:
|
||||
python_script:
|
||||
recorder:
|
||||
db_url: !secret mysql_url
|
||||
purge_keep_days: 365
|
||||
scene: !include scenes.yaml
|
||||
script: !include scripts.yaml
|
||||
ssdp:
|
||||
|
Loading…
Reference in New Issue
Block a user