added kitchen sequence
This commit is contained in:
@@ -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
|
||||
@@ -36,3 +52,12 @@ sequence:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user