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

configuration.yaml 399B

1234567891011
  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. temperature_unit: {{ server.temperature_unit }}
  8. time_zone: {{ system.timezone }}
  9. http:
  10. api_password: {{ server.api_password }}
  11. {{ server.plugin|yaml(False) }}