diff --git a/scripts/50.iphone-scripts.yaml b/scripts/50.iphone-scripts.yaml new file mode 100644 index 0000000..96b6077 --- /dev/null +++ b/scripts/50.iphone-scripts.yaml @@ -0,0 +1,12 @@ +wake_up: + alias: '[Alarm clock] waking up' + sequence: + - service: cover.set_cover_position + target: + entity_id: cover.bedroom_blinds + data: + position: 10 +woken_up: + alias: '[Alarm clock] woken up' + sequence: + - service: script.good_morning \ No newline at end of file