Saltstack Official Home Assistant Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314
  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) }}