Advertisement
Guest User

ha-yeelight-group2

a guest
Mar 19th, 2017
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.48 KB | None | 0 0
  1. light:
  2.   - platform: "yeelight"
  3.     devices:
  4.       yeelight1:
  5.         name: "myyeelight1"
  6.         transition: 1000
  7.       yeelight2:
  8.         name: "myyeelight2"
  9.         transition: 1000
  10.       yeelight3:
  11.         name: "myyeelight3"
  12.         transition: 1000
  13.   - platform: "grouped_light"
  14.     name: "kitchen"
  15.     entities:
  16.      - light.myyeelight1
  17.       - light.myyeelight2
  18.       - light.myyeelight3
  19.  
  20. group:
  21.   yeelightcuisine:
  22.     view: yes
  23.     entities:
  24.      - light.kitchen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement