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.
11 lines
800 B
11 lines
800 B
mqtt:
|
|
broker: "XXX"
|
|
port: 1883
|
|
client_id: "homeassistant1"
|
|
username: "XXX"
|
|
password: "XXX"
|
|
|
|
input_slider: !include_dir_merge_named "conf_input_slider.d/"
|
|
light: !include_dir_merge_list "conf_light.d/"
|
|
automation: !include_dir_merge_list "conf_automation.d/"
|
|
group: !include_dir_merge_named "conf_group.d/"
|