Eloverblik
This commit is contained in:
+28
-3
@@ -26,8 +26,24 @@ homeassistant:
|
|||||||
# video: /Volumes/video
|
# video: /Volumes/video
|
||||||
# photo: /Volumes/photo
|
# photo: /Volumes/photo
|
||||||
|
|
||||||
http:
|
## to avoid warning
|
||||||
base_url: !secret http_base_url
|
#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
|
## Withings
|
||||||
## ########################################
|
## ########################################
|
||||||
# Example configuration.yaml entry
|
|
||||||
withings:
|
withings:
|
||||||
client_id: !secret withings_clientid
|
client_id: !secret withings_clientid
|
||||||
client_secret: !secret withings_secret
|
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/
|
group: !include_dir_merge_named include/groups/
|
||||||
sensor: !include_dir_merge_list include/sensors/
|
sensor: !include_dir_merge_list include/sensors/
|
||||||
automation: !include_dir_merge_list include/automations/
|
automation: !include_dir_merge_list include/automations/
|
||||||
|
|||||||
Reference in New Issue
Block a user