Saltstack Official Home Assistant Formula
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.

7 years ago
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: