Disable living room night lighting during the day
This will get rid of an assload of unnecessary service calls/state changes during the day when conditions prevent the automation from running anyway.
This commit is contained in:
Submodule node-red/projects/NerdFlows updated: 7d83dae7ae...dedda6b58f
@ -317,6 +317,11 @@ going_upstairs:
|
|||||||
response_variable: shutdown
|
response_variable: shutdown
|
||||||
alias: Ask in basement
|
alias: Ask in basement
|
||||||
alias: Ask about shutting down main computer
|
alias: Ask about shutting down main computer
|
||||||
|
- service: automation.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: automation.living_room_night_lighting
|
||||||
|
alias: Turn on motion lighting in living room
|
||||||
- wait_for_trigger:
|
- wait_for_trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
|
Reference in New Issue
Block a user