From 57d2b1b9a84fda81875c4dfdd1cf8efb34264761 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 19 Feb 2019 15:50:10 +0100 Subject: [PATCH] Updated configuration file --- configuration.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 0554c277..764f33fe 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -24,8 +24,8 @@ frontend: config: # Lovelace UI Mode -# lovelace: -# mode: yaml +lovelace: + mode: yaml # Uncomment this if you are using SSL/TLS, running in Docker container, etc. http: @@ -149,11 +149,22 @@ mbwebbeta: 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/ -- 2.47.3