Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- id: '1736263368617'
- alias: test
- description: ''
- triggers:
- - domain: mqtt
- device_id: bc5dbf632d32f928a3cd5f3820d2a430
- type: action
- subtype: pressed
- trigger: device
- conditions: []
- actions:
- - if:
- - condition: state
- entity_id: light.licht_buro
- state: 'off'
- then:
- - action: light.turn_on
- metadata: {}
- data: {}
- target:
- entity_id: light.licht_buro
- - delay:
- hours: 0
- minutes: 1
- seconds: 0
- - action: light.turn_off
- metadata: {}
- data: {}
- target:
- entity_id: light.licht_buro
- else:
- - action: light.turn_off
- metadata: {}
- data: {}
- target:
- entity_id: light.licht_buro
- mode: restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement