mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-16 18:06:59 +01:00
Merge d071a58b6e into d0e463de98
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
secrets: /config/secrets.yaml
|
secrets: /homeassistant/secrets.yaml
|
||||||
appdaemon:
|
appdaemon:
|
||||||
latitude: 52.0
|
latitude: 52.0
|
||||||
longitude: 4.0
|
longitude: 4.0
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ nspanel-1:
|
|||||||
panelSendTopic: "cmnd/tasmota_your_mqtt_topic/CustomSend"
|
panelSendTopic: "cmnd/tasmota_your_mqtt_topic/CustomSend"
|
||||||
screensaver:
|
screensaver:
|
||||||
entity: weather.k3ll3r
|
entity: weather.k3ll3r
|
||||||
theme: !include /config/appdaemon/apps/screensaver-theme.yaml
|
theme: !include /config/apps/screensaver-theme.yaml
|
||||||
#background: [220, 0, 0]
|
#background: [220, 0, 0]
|
||||||
#time: [220, 0, 255]
|
#time: [220, 0, 255]
|
||||||
#timeAMPM: [220, 0, 255]
|
#timeAMPM: [220, 0, 255]
|
||||||
@@ -53,4 +53,4 @@ nspanel-1:
|
|||||||
cards:
|
cards:
|
||||||
- type: cardEntities
|
- type: cardEntities
|
||||||
entities:
|
entities:
|
||||||
- entity: switch.example_item
|
- entity: switch.example_item
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ nspanel-1:
|
|||||||
updateMode: "auto-notify"
|
updateMode: "auto-notify"
|
||||||
screensaver:
|
screensaver:
|
||||||
entity: weather.k3ll3r
|
entity: weather.k3ll3r
|
||||||
theme: !include /config/appdaemon/apps/screensaver-theme.yaml
|
theme: !include /config/apps/screensaver-theme.yaml
|
||||||
cards:
|
cards:
|
||||||
- type: cardEntities
|
- type: cardEntities
|
||||||
entities:
|
entities:
|
||||||
- entity: switch.example_item
|
- entity: switch.example_item
|
||||||
|
|||||||
@@ -22,17 +22,16 @@ The configuration has been moved out of the config folder from homeassistant. Th
|
|||||||
|
|
||||||
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` Restart your AppDaemon Container (not HomeAssistant) after adding the MQTT Configuration.
|
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` Restart your AppDaemon Container (not HomeAssistant) after adding the MQTT Configuration.
|
||||||
|
|
||||||
You will find this file in the following location: `/addon_configs/a0d7b954_appdaemon/appdeamon.yaml`
|
You will find this file in the following location: `/addon_configs/a0d7b954_appdaemon/appdaemon.yaml` (if using Home Assistant Addon)
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
secrets: /homeassistant/secrets.yaml
|
secrets: /homeassistant/secrets.yaml # !!! Note this has changed for AppDaemon Addon >= v 0.15.0
|
||||||
appdaemon:
|
appdaemon:
|
||||||
latitude: 52.0
|
latitude: 52.0
|
||||||
longitude: 4.0
|
longitude: 4.0
|
||||||
elevation: 2
|
elevation: 2
|
||||||
time_zone: Europe/Berlin
|
time_zone: Europe/Berlin
|
||||||
app_dir: /homeassistant/appdaemon/apps/ # !!! This is really important for AppDaemon HA Addon >= 15
|
|
||||||
plugins:
|
plugins:
|
||||||
HASS:
|
HASS:
|
||||||
type: hass
|
type: hass
|
||||||
@@ -52,10 +51,16 @@ admin:
|
|||||||
api:
|
api:
|
||||||
hadashboard:
|
hadashboard:
|
||||||
```
|
```
|
||||||
|
If you are migrating from AppDaemon Addon < v 0.15.0, your configuration folders should have been automatically moved by the addon. However, if it wasn't or if you prefer to have your configuration files stored elsewhere include the following yaml:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
appdaemon:
|
||||||
|
app_dir: /homeassistant/appdaemon/apps/ # !!! This would point to /config/appdaemon/apps in your Home Assistant instance.
|
||||||
|
```
|
||||||
|
|
||||||
# Configure NsPanel on AppDaemon
|
# Configure NsPanel on AppDaemon
|
||||||
|
|
||||||
Please add the following minimal configuration to your apps.yaml, which is located in `config/appdaemon/apps/apps.yaml`
|
Please add the following minimal configuration to your apps.yaml, which is located in `/addon_configs/a0d7b954_appdaemon/apps/apps.yaml` (if using Home Assistant Addon).
|
||||||
|
|
||||||
Note: You need to move your `apps.yaml` to this location if it isn't there.
|
Note: You need to move your `apps.yaml` to this location if it isn't there.
|
||||||
|
|
||||||
|
|||||||
12
docs/faq.md
12
docs/faq.md
@@ -32,6 +32,18 @@ Please don't modify the Full Topic in your Tasmota Config, unless you know the i
|
|||||||
- the appdaemon log, after restarting the container
|
- the appdaemon log, after restarting the container
|
||||||
|
|
||||||
|
|
||||||
|
## This isn't working since AppDaemon v0.15.x
|
||||||
|
|
||||||
|
There has been an upstream change made to AppDaemon which changes where the configuration files are stored.
|
||||||
|
|
||||||
|
You may need to change your yaml files to reflect this:
|
||||||
|
|
||||||
|
filename | Home Assistant Share | Docker Container Location
|
||||||
|
-- | -- | --
|
||||||
|
appdaemon.yaml | /addon_configs/a0d7b954_appdaemon/appdaemon.yaml | /config/appdaemon.yaml
|
||||||
|
apps.yaml | /addon_configs/a0d7b954_appdaemon/apps/apps.yaml | /config/apps/apps.yaml
|
||||||
|
secrets.yaml | /config/secrets.yaml | /homeassistant/secrets.yaml
|
||||||
|
|
||||||
## How to update
|
## How to update
|
||||||
|
|
||||||
### Update AppDaemon Script
|
### Update AppDaemon Script
|
||||||
|
|||||||
Reference in New Issue
Block a user