2017-04-24 01:28:35 +02:00
|
|
|
homeassistant:
|
2017-06-01 16:00:54 +02:00
|
|
|
latitude: 0.0
|
|
|
|
|
longitude: 0.0
|
|
|
|
|
elevation: 0
|
|
|
|
|
unit_system: "metric"
|
|
|
|
|
time_zone: "Europe/Paris"
|
2017-04-24 01:28:35 +02:00
|
|
|
customize: !include_dir_merge_named "conf_customize.d/"
|
|
|
|
|
|
|
|
|
|
mqtt:
|
|
|
|
|
broker: "XXX"
|
|
|
|
|
port: 1883
|
|
|
|
|
client_id: "homeassistant1"
|
|
|
|
|
username: "XXX"
|
|
|
|
|
password: "XXX"
|
|
|
|
|
|
2017-04-24 01:57:17 +02:00
|
|
|
light: !include_dir_merge_list "conf_light.d/"
|
|
|
|
|
automation: !include_dir_merge_list "conf_automation.d/"
|
|
|
|
|
group: !include_dir_merge_named "conf_group.d/"
|
2017-04-24 01:28:35 +02:00
|
|
|
script: !include_dir_merge_named "conf_script.d/"
|
2017-04-24 03:12:51 +02:00
|
|
|
switch: !include_dir_merge_list "conf_switch.d/"
|