26 lines
494 B
YAML
26 lines
494 B
YAML
|
---
|
||
|
secrets: /config/secrets.yaml
|
||
|
appdaemon:
|
||
|
latitude: !secret latitude
|
||
|
longitude: !secret longitude
|
||
|
elevation: 2
|
||
|
time_zone: Europe/Warsaw
|
||
|
plugins:
|
||
|
HASS:
|
||
|
type: hass
|
||
|
MQTT:
|
||
|
type: mqtt
|
||
|
namespace: mqtt
|
||
|
client_id: "appdaemon"
|
||
|
client_host: 192.168.60.100
|
||
|
client_port: 1883
|
||
|
client_user: "appdaemon"
|
||
|
client_password: !secret appdaemon_mqtt_password
|
||
|
client_topics: NONE
|
||
|
|
||
|
http:
|
||
|
url: http://127.0.0.1:5050
|
||
|
admin:
|
||
|
api:
|
||
|
hadashboard:
|