Saltstack Official Home Assistant Formula
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

15 lines
519B

  1. {%- from "home_assistant/map.jinja" import server with context %}
  2. {%- from "linux/map.jinja" import system with context %}
  3. homeassistant:
  4. name: {{ server.name }}
  5. latitude: {{ server.latitude }}
  6. longitude: {{ server.longitude }}
  7. elevation: {{ server.elevation }}
  8. temperature_unit: {{ server.temperature_unit }}
  9. time_zone: {{ system.timezone }}
  10. customize: !include customize.yaml
  11. customize_glob: !include customize_glob.yaml
  12. http:
  13. api_password: {{ server.api_password }}
  14. {{ server.plugin|yaml(False) }}