added sequences
This commit is contained in:
@@ -9,9 +9,30 @@ simple_app:
|
||||
- hello_world
|
||||
|
||||
Perimeter:
|
||||
dependencies:
|
||||
- rules
|
||||
- statemachine
|
||||
- hal
|
||||
# dependencies:
|
||||
# - rules
|
||||
# - statemachine
|
||||
# - hal
|
||||
module: perimeter
|
||||
class: Perimeter
|
||||
another_arg: 1234
|
||||
|
||||
sequence:
|
||||
office_on:
|
||||
name: Office On
|
||||
namespace: hass
|
||||
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
|
||||
Reference in New Issue
Block a user