mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
Cleanup and prepping for bed presence
This commit is contained in:
@@ -105,8 +105,8 @@ action:
|
||||
target:
|
||||
entity_id: media_player.downstairs_roku
|
||||
|
||||
- service: homeassistant.turn_off
|
||||
entity_id: switch.shelly_projector
|
||||
# - service: homeassistant.turn_off
|
||||
# entity_id: switch.shelly_projector
|
||||
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
|
||||
@@ -68,7 +68,7 @@ action:
|
||||
- media_player.all_speakers
|
||||
- media_player.front_room_tv
|
||||
- media_player.downstairs_roku
|
||||
- switch.shelly_projector
|
||||
#- switch.shelly_projector
|
||||
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
|
||||
@@ -15,17 +15,17 @@ trigger:
|
||||
from: 'on'
|
||||
to: 'off'
|
||||
|
||||
- id: projector_off
|
||||
platform: state
|
||||
entity_id: switch.shelly_projector
|
||||
from: 'on'
|
||||
to: 'off'
|
||||
# - id: projector_off
|
||||
# platform: state
|
||||
# entity_id: switch.shelly_projector
|
||||
# from: 'on'
|
||||
# to: 'off'
|
||||
|
||||
- id: projector_on
|
||||
platform: state
|
||||
entity_id: switch.shelly_projector
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
# - id: projector_on
|
||||
# platform: state
|
||||
# entity_id: switch.shelly_projector
|
||||
# from: 'off'
|
||||
# to: 'on'
|
||||
|
||||
- id: setting_change
|
||||
platform: state
|
||||
|
||||
Reference in New Issue
Block a user