mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 14:37:01 +01:00
add appdeamon config file
This commit is contained in:
24
appdaemon/appdaemon.yaml
Normal file
24
appdaemon/appdaemon.yaml
Normal file
@@ -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:
|
||||||
Reference in New Issue
Block a user