added sequence
This commit is contained in:
18
apps/sequence.yaml
Normal file
18
apps/sequence.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
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: 254
|
||||||
|
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