diff --git a/configuration.yaml b/configuration.yaml index 1f51143..46fe3a2 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -26,8 +26,24 @@ homeassistant: # video: /Volumes/video # photo: /Volumes/photo -http: - base_url: !secret http_base_url +## to avoid warning +#http: +# base_url: !secret http_base_url + +## ######################################## +## Zones +## ######################################## + +zone: !include include/zone/zones.yaml + + +## ######################################## +## First run +## ######################################## + +input_boolean: + first_run: + first_run_eve: ## ######################################## @@ -104,12 +120,21 @@ weather: ## ######################################## ## Withings ## ######################################## -# Example configuration.yaml entry + withings: client_id: !secret withings_clientid client_secret: !secret withings_secret - - + + +## ######################################## +## Home Connect +## ######################################## + +home_connect: + client_id: !secret siemens_clientid + client_secret: !secret siemens_secret + + group: !include_dir_merge_named include/groups/ sensor: !include_dir_merge_list include/sensors/ automation: !include_dir_merge_list include/automations/