Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: MBR Bath Shade Open
- description: ''
- trigger:
- - platform: state
- entity_id: input_boolean.bill_phone_charging
- to: 'off'
- - platform: state
- entity_id: input_boolean.xxx_phone_charging
- to: 'off'
- - platform: time
- at: '08:59:00'
- - platform: time
- at: '05:01:00'
- condition:
- - condition: state
- entity_id: input_boolean.bill_phone_charging
- state: 'off'
- - condition: state
- entity_id: input_boolean.xxx_phone_charging
- state: 'off'
- - condition: time
- after: '05:00:00'
- before: '09:00:00'
- action:
- - service: cover.open_cover
- target:
- entity_id: cover.mbr_blind
- data: {}
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement