diff --git a/appdaemon/appdaemon.yaml b/appdaemon/appdaemon.yaml new file mode 100644 index 00000000..567a072b --- /dev/null +++ b/appdaemon/appdaemon.yaml @@ -0,0 +1,24 @@ +--- +secrets: /config/secrets.yaml +appdaemon: + latitude: 52.0 + longitude: 4.0 + elevation: 2 + time_zone: Europe/Berlin + plugins: + HASS: + type: hass + MQTT: + type: mqtt + namespace: mqtt + client_id: "appdaemon" + client_host: 192.168.75.30 + client_port: 1883 + client_user: "mqttuser" + client_password: "mqttpassword" + client_topics: NONE +http: + url: http://127.0.0.1:5050 +admin: +api: +hadashboard: