mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 08:50:34 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
25
scenes.yaml
25
scenes.yaml
@@ -3,14 +3,37 @@
|
||||
light.tower_lamp:
|
||||
state: on
|
||||
brightness: 100
|
||||
light.front_lamp:
|
||||
state: on
|
||||
brightness: 100
|
||||
- name: livingroom dim
|
||||
entities:
|
||||
light.tower_lamp:
|
||||
state: on
|
||||
brightness: 40
|
||||
light.front_lamp:
|
||||
state: on
|
||||
brightness: 40
|
||||
- name: livingroom night
|
||||
entities:
|
||||
light.tower_lamp:
|
||||
state: on
|
||||
brightness: 10
|
||||
|
||||
light.front_lamp:
|
||||
state: off
|
||||
- name: movie time
|
||||
entities:
|
||||
light.tower_lamp:
|
||||
state: off
|
||||
light.front_lamp:
|
||||
state: off
|
||||
- name: dim kitchen
|
||||
entities:
|
||||
light.kitchen_cabinets:
|
||||
state: on
|
||||
brightness: 40
|
||||
- name: normal kitchen
|
||||
entities:
|
||||
light.kitchen_cabinets:
|
||||
state: on
|
||||
brightness: 100
|
Reference in New Issue
Block a user