Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: conditional
- conditions:
- - entity: light.living
- state: 'on'
- card:
- type: custom:rgb-light-card
- entity: light.living
- justify: around
- colors:
- - type: call-service
- service: script.turn_on
- service_data:
- entity_id: script.hue_chillax
- label: '<span style="color: orange; ">chillax</span>'
- icon_color: center/120% url( /local/images/hue/dimmed.png)
- - type: call-service
- service: script.turn_on
- service_data:
- entity_id: script.hue_pacifia
- label: '<span style="color: lightblue; ">Pacifia</span>'
- icon_color: center/120% url( /local/images/hue/energyze.png)
- - type: call-service
- service: script.turn_on
- service_data:
- entity_id: script.hue_helder
- label: '<span style="color: #ffcc99; ">helder</span>'
- icon_color: center/120% url( /local/images/hue/bright.png)
- - type: call-service
- transition: 2
- service: script.turn_on
- service_data:
- entity_id: script.1634843698222
- label: '<span style="color: red; ">soho</span>'
- icon_color: center/120% url( /local/images/hue/soho.jpg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement