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.

configuration.yaml 399B

8 yıl önce
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) }}