Nevermind, doing #32 in Node-RED is gonna be a lot easier than YAML

This commit is contained in:
2022-09-05 18:04:45 -04:00
parent 8901219e66
commit 37c9ca3cc3
2 changed files with 1 additions and 32 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,31 +0,0 @@
# This file will be for various Apple-related automations, scripts, and other needs
automation:
- id: f4b16032-34f2-4446-bddd-ea22cb32b12f
alias: Apple Watch Actions
trigger:
- platform: event
event_type: ios.action_fired
event_data:
actionName: manual-night
id: manual-night
- platform: event
event_type: ios.action_fired
event_data:
actionName: manual-day
id: manual-day
action:
- if:
- condition: trigger
id: manual-night
then:
- service: button.press
target:
entity_id: button.master_bedroom_night_mode
- if:
- condition: trigger
id: manual-day
then:
- service: button.press
target:
entity_id: button.master_bedroom_day_mode