You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
538 B
20 lines
538 B
homeassistant:
|
|
latitude: 0.0
|
|
longitude: 0.0
|
|
elevation: 0
|
|
unit_system: "metric"
|
|
time_zone: "Europe/Paris"
|
|
customize: !include_dir_merge_named "conf_customize.d/"
|
|
|
|
mqtt:
|
|
broker: "XXX"
|
|
port: 1883
|
|
client_id: "homeassistant1"
|
|
username: "XXX"
|
|
password: "XXX"
|
|
|
|
light: !include_dir_merge_list "conf_light.d/"
|
|
automation: !include_dir_merge_list "conf_automation.d/"
|
|
group: !include_dir_merge_named "conf_group.d/"
|
|
script: !include_dir_merge_named "conf_script.d/"
|
|
switch: !include_dir_merge_list "conf_switch.d/"
|