config:
# Lovelace UI Mode
-# lovelace:
-# mode: yaml
+lovelace:
+ mode: yaml
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
password: !secret mb_password
scan_interval: 60
+# Weather
+weather:
+ - platform: darksky
+ api_key: !secret darksky_key
+ latitude: !secret home_latitude
+ longitude: !secret home_longitude
+ mode: hourly
+
# Inputs
input_boolean: !include_dir_merge_named input_boolean/
input_text: !include_dir_merge_named input_text/
#input_number: !include_dir_merge_list input_number/
+# Shell commands
+shell_command: !include_dir_merge_named shell_command
+
# Zones
zone: !include_dir_list zone/