yaml tweaks

This commit is contained in:
John Lancaster
2023-12-03 18:04:16 -06:00
parent 0102321b87
commit 4b0b7c5e61
3 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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'