Saltstack Official Home Assistant Formula
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- applications:
- - home_assistant
- classes:
- - service.home_assistant.support
- parameters:
- home_assistant:
- server:
- enabled: true
- bind:
- address: 0.0.0.0
- port: 8123
- # Name of the location where Home Assistant is running
- name: Home
- # Location required to calculate the time the sun rises and sets
- latitude: 50.0
- longitude: 14.4
- # C for Celcius, F for Fahrenheit
- temperature_unit: C
- time_zone: Europe/Prague
- plugin:
- # View all events in a logbook
- logbook:
- # Discover some devices automatically
- discovery:
- # Enables support for tracking state changes over time.
- history:
- # Checks for available updates
- updater:
- # Enables the frontend
- frontend:
- # Allows you to issue voice commands from the frontend
- conversation:
- # Track the sun
- sun:
|