Saltstack Official Home Assistant Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

configuration.yaml 399B

pirms 8 gadiem
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) }}