Bandeau de LEDs contrôlable (puissance, couleur, effet) au travers de Home Assistant
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
326 B

  1. mqtt:
  2. broker: "XXX"
  3. port: 1883
  4. client_id: "homeassistant1"
  5. username: "XXX"
  6. password: "XXX"
  7. input_number: !include_dir_merge_named "conf_input_number.d/"
  8. light: !include_dir_merge_list "conf_light.d/"
  9. automation: !include_dir_merge_list "conf_automation.d/"
  10. group: !include_dir_merge_named "conf_group.d/"