mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-11 23:57:42 +01:00
Replace part of appdaemon.yaml with full example
This commit is contained in:
18
README.md
18
README.md
@@ -190,9 +190,13 @@ Upload the [tft file from HMI folder](HMI/nspanel.tft) to a Webserver (for examp
|
|||||||
For the app to work you need a working MQTT Configuration in AppDaemon. Please add the configuration of your mqtt server, user and password to your existing `appdaemon.yaml`
|
For the app to work you need a working MQTT Configuration in AppDaemon. Please add the configuration of your mqtt server, user and password to your existing `appdaemon.yaml`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
.
|
---
|
||||||
.
|
secrets: /config/secrets.yaml
|
||||||
.
|
appdaemon:
|
||||||
|
latitude: 52.0
|
||||||
|
longitude: 4.0
|
||||||
|
elevation: 2
|
||||||
|
time_zone: Europe/Berlin
|
||||||
plugins:
|
plugins:
|
||||||
HASS:
|
HASS:
|
||||||
type: hass
|
type: hass
|
||||||
@@ -205,9 +209,11 @@ For the app to work you need a working MQTT Configuration in AppDaemon. Please a
|
|||||||
client_user: "mqttuser"
|
client_user: "mqttuser"
|
||||||
client_password: "mqttpassword"
|
client_password: "mqttpassword"
|
||||||
client_topics: NONE
|
client_topics: NONE
|
||||||
.
|
http:
|
||||||
.
|
url: http://127.0.0.1:5050
|
||||||
.
|
admin:
|
||||||
|
api:
|
||||||
|
hadashboard:
|
||||||
```
|
```
|
||||||
Please see [appdaemon.yaml](appdaemon/appdaemon.yaml) as an exmaple.
|
Please see [appdaemon.yaml](appdaemon/appdaemon.yaml) as an exmaple.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user