Hi, I am trying to add more scenes to my Xiaomi Hub light as we use them for nightlights around the house.
I have created a Scene.yaml file, but for some reason can only get 4 scenes to show at once, for example the purple one does not show?
- name: Downstairs Night Light Pink
entities:
light.gateway_light_34ce0090834f:
state: on
rgb_color: [255,29,197]
brightness: 70
- name: Downstairs Night Light White
entities:
light.gateway_light_34ce0090834f:
state: on
rgb_color: [255,255,255]
brightness: 70
- name: Downstairs Night Light Blue
entities:
light.gateway_light_34ce0090834f:
state: on
rgb_color: [0,0,255]
brightness: 70
- name: Downstairs Night Light Red
entities:
light.gateway_light_34ce0090834f:
state: on
rgb_color: [255,0,0]
brightness: 70
- name: Downstairs Night Light Purple
entities:
light.gateway_light_34ce0090834f:
state: on
rgb_color: [131,0,255]
brightness: 70
Any help ?