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.

base.yml 774B

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