added kitchen sequence

This commit is contained in:
John Lancaster
2025-04-06 19:21:03 -05:00
parent 68d34a31b1
commit 4aa8a3a4a9

View File

@@ -5,6 +5,7 @@ hello_world:
simple_app:
module: simple
class: SimpleApp
extra: 1234
dependencies:
- hello_world
@@ -17,10 +18,25 @@ Perimeter:
class: Perimeter
another_arg: 1234
sequence:
kitchen_loop:
name: Kitchen Loop
hot_reload: True
loop: True
steps:
- homeassistant/toggle:
entity_id: light.kitchen
- sleep: 3
# - homeassistant/turn_on:
# entity_id: light.kitchen
# - sleep: 2
# - homeassistant/turn_off:
# entity_id: light.kitchen
# - sleep: 2
office_on:
name: Office On
namespace: hass
steps:
- homeassistant/turn_on:
entity_id: light.office_1
@@ -35,4 +51,13 @@ sequence:
- homeassistant/turn_off:
entity_id: light.office_1
- homeassistant/turn_off:
entity_id: light.office_2
entity_id: light.office_2
andarotajo:
module: andarotajo
class: GoogleDrive
dependencies:
- hello_world
- globals
# - perimeter
# - simple_app