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: simple_app:
module: simple module: simple
class: SimpleApp class: SimpleApp
extra: 1234
dependencies: dependencies:
- hello_world - hello_world
@@ -17,10 +18,25 @@ Perimeter:
class: Perimeter class: Perimeter
another_arg: 1234 another_arg: 1234
sequence: 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: office_on:
name: Office On name: Office On
namespace: hass
steps: steps:
- homeassistant/turn_on: - homeassistant/turn_on:
entity_id: light.office_1 entity_id: light.office_1
@@ -35,4 +51,13 @@ sequence:
- homeassistant/turn_off: - homeassistant/turn_off:
entity_id: light.office_1 entity_id: light.office_1
- homeassistant/turn_off: - 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