mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 03:15:45 +00:00
Closes #121 - Turn off TV when we are away if it's on.
This commit is contained in:
@@ -4,15 +4,12 @@
|
||||
|
||||
- alias: 'Away Mode'
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.upstairs_away_mode
|
||||
to: 'on'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.downstairs_away_mode
|
||||
to: 'on'
|
||||
- platform: state
|
||||
entity_id: group.family
|
||||
state: 'not_home'
|
||||
state: 'not_home'
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
|
Reference in New Issue
Block a user