Files
ad-test/conf/apps/apps.yaml
2025-04-06 19:21:03 -05:00

64 lines
1.1 KiB
YAML

hello_world:
module: hello
class: HelloWorld
simple_app:
module: simple
class: SimpleApp
extra: 1234
dependencies:
- hello_world
Perimeter:
# dependencies:
# - rules
# - statemachine
# - hal
module: 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
steps:
- homeassistant/turn_on:
entity_id: light.office_1
brightness: 254
- homeassistant/turn_on:
entity_id: light.office_2
brightness: 255
- sleep: 31
office_off:
name: Office Off
steps:
- homeassistant/turn_off:
entity_id: light.office_1
- homeassistant/turn_off:
entity_id: light.office_2
andarotajo:
module: andarotajo
class: GoogleDrive
dependencies:
- hello_world
- globals
# - perimeter
# - simple_app