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.

15 line
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) }}