Reveil matin avec un bandeau de LEDs, un esp et Home-Assitant
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

3 years ago
3 years ago
3 years ago
  1. homeassistant:
  2. latitude: 0.0
  3. longitude: 0.0
  4. elevation: 0
  5. unit_system: "metric"
  6. time_zone: "Europe/Paris"
  7. customize: !include_dir_merge_named "conf_customize.d/"
  8. mqtt:
  9. broker: "XXX"
  10. port: 1883
  11. client_id: "homeassistant1"
  12. username: "XXX"
  13. password: "XXX"
  14. light: !include_dir_merge_list "conf_light.d/"
  15. automation: !include_dir_merge_list "conf_automation.d/"
  16. group: !include_dir_merge_named "conf_group.d/"
  17. script: !include_dir_merge_named "conf_script.d/"
  18. switch: !include_dir_merge_list "conf_switch.d/"