🎉 initial commit
This commit is contained in:
28
automations.yaml
Normal file
28
automations.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
- id: '1625281735631'
|
||||
alias: Keep office cool
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.home_office_temperature
|
||||
above: '24'
|
||||
condition: []
|
||||
action:
|
||||
- type: turn_on
|
||||
device_id: 0739a7e7036ad9758825b93a524e1f00
|
||||
entity_id: switch.air_conditioner
|
||||
domain: switch
|
||||
mode: single
|
||||
- id: '1625503795025'
|
||||
alias: Turn off office AC
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.home_office_temperature
|
||||
below: '22'
|
||||
condition: []
|
||||
action:
|
||||
- type: turn_off
|
||||
device_id: 0739a7e7036ad9758825b93a524e1f00
|
||||
entity_id: switch.air_conditioner
|
||||
domain: switch
|
||||
mode: single
|
Reference in New Issue
Block a user