yaml tweaks
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
appdaemon:
|
appdaemon:
|
||||||
invalid_yaml_warnings: 0
|
|
||||||
missing_app_warnings: 0
|
|
||||||
latitude: 30.250968
|
latitude: 30.250968
|
||||||
longitude: -97.748193
|
longitude: -97.748193
|
||||||
elevation: 150
|
elevation: 150
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ kitchen:
|
|||||||
scene:
|
scene:
|
||||||
light.kitchen:
|
light.kitchen:
|
||||||
state: on
|
state: on
|
||||||
brightness_pct: 1
|
brightness: 1
|
||||||
|
|
||||||
kitchen_button:
|
kitchen_button:
|
||||||
module: button
|
module: button
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ living_room:
|
|||||||
brightness_pct: 5
|
brightness_pct: 5
|
||||||
sleep: input_boolean.sleeping
|
sleep: input_boolean.sleeping
|
||||||
sleep_state:
|
sleep_state:
|
||||||
off_duration: '00:02:00'
|
# off_duration: '00:02:00'
|
||||||
scene:
|
scene:
|
||||||
light.living_room:
|
light.living_room:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
|||||||
Reference in New Issue
Block a user