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.
16 lines
790 B
16 lines
790 B
# TODO : tout reste à faire, ceci est la copie de mqttfastledmenu à adapter
|
|
|
|
homeassistant:
|
|
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/"
|