home-assistant/scenes.yaml

48 lines
998 B
YAML
Raw Normal View History

2018-03-23 01:01:46 +00:00
- name: Bright
entities:
light.living_room:
state: on
brightness: 254
xy_color: [0.4575,0.4099]
- name: Stephanie
entities:
light.living_room:
state: on
brightness: 254
xy_color: [0.2413,0.1204]
- name: Energize
entities:
light.living_room:
state: on
brightness: 254
xy_color: [0.3146,0.3303]
- name: Normal Brightness
entities:
light.living_room:
state: on
brightness_pct: 100
- name: Nighttime Brightness
entities:
light.living_room:
state: on
brightness_pct: 60
- name: Dimmed Brightness
entities:
light.living_room:
state: on
brightness_pct: 20
2018-03-23 01:01:46 +00:00
- name: Colorful
entities:
light.standing_lamp:
state: on
brightness: 212
xy_color: [0.451,0.3803]
light.correls_nightstand:
state: on
brightness: 212
xy_color: [0.55,0.263]
light.stephanies_nightstand:
state: on
brightness: 212
xy_color: [0.3788,0.5431]