Advertisement
tom_el_camino

"hue" scene buttons

Dec 14th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. type: conditional
  2. conditions:
  3. - entity: light.living
  4. state: 'on'
  5. card:
  6. type: custom:rgb-light-card
  7. entity: light.living
  8. justify: around
  9. colors:
  10. - type: call-service
  11. service: script.turn_on
  12. service_data:
  13. entity_id: script.hue_chillax
  14. label: '<span style="color: orange; ">chillax</span>'
  15. icon_color: center/120% url( /local/images/hue/dimmed.png)
  16. - type: call-service
  17. service: script.turn_on
  18. service_data:
  19. entity_id: script.hue_pacifia
  20. label: '<span style="color: lightblue; ">Pacifia</span>'
  21. icon_color: center/120% url( /local/images/hue/energyze.png)
  22. - type: call-service
  23. service: script.turn_on
  24. service_data:
  25. entity_id: script.hue_helder
  26. label: '<span style="color: #ffcc99; ">helder</span>'
  27. icon_color: center/120% url( /local/images/hue/bright.png)
  28. - type: call-service
  29. transition: 2
  30. service: script.turn_on
  31. service_data:
  32. entity_id: script.1634843698222
  33. label: '<span style="color: red; ">soho</span>'
  34. icon_color: center/120% url( /local/images/hue/soho.jpg)
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement