Advertisement
Guest User

ha-yeelight-group

a guest
Mar 19th, 2017
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.40 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.  
  14. group:
  15.   yeelightcuisine:
  16.     view: yes
  17.     entities:
  18.      - light.myyeelight1
  19.       - light.myyeelight2
  20.       - light.myyeelight3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement