Saltstack Official Home Assistant Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

35 lines
923B

  1. applications:
  2. - home_assistant
  3. classes:
  4. - service.home_assistant.support
  5. parameters:
  6. home_assistant:
  7. server:
  8. enabled: true
  9. bind:
  10. address: 0.0.0.0
  11. port: 8123
  12. # Name of the location where Home Assistant is running
  13. name: Home
  14. # Location required to calculate the time the sun rises and sets
  15. latitude: 50.0
  16. longitude: 14.4
  17. # C for Celcius, F for Fahrenheit
  18. temperature_unit: C
  19. time_zone: Europe/Prague
  20. plugin:
  21. # View all events in a logbook
  22. logbook:
  23. # Discover some devices automatically
  24. discovery:
  25. # Enables support for tracking state changes over time.
  26. history:
  27. # Checks for available updates
  28. updater:
  29. # Enables the frontend
  30. frontend:
  31. # Allows you to issue voice commands from the frontend
  32. conversation:
  33. # Track the sun
  34. sun: