mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
17 lines
289 B
YAML
17 lines
289 B
YAML
|
- name: livingroom normal
|
||
|
entities:
|
||
|
light.tower_lamp:
|
||
|
state: on
|
||
|
brightness: 100
|
||
|
- name: livingroom dim
|
||
|
entities:
|
||
|
light.tower_lamp:
|
||
|
state: on
|
||
|
brightness: 40
|
||
|
- name: livingroom night
|
||
|
entities:
|
||
|
light.tower_lamp:
|
||
|
state: on
|
||
|
brightness: 10
|
||
|
|