Saltstack Official Home Assistant Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

27 行
774B

  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: