Add appdaemon configuration
This commit is contained in:
parent
01b4ec2295
commit
c15458f76b
25
configuration/appdaemon/appdaemon.yaml
Normal file
25
configuration/appdaemon/appdaemon.yaml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
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:
|
23
configuration/appdaemon/apps/apps.yaml
Normal file
23
configuration/appdaemon/apps/apps.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
nspanel-1:
|
||||||
|
module: nspanel-lovelace-ui
|
||||||
|
class: NsPanelLovelaceUIManager
|
||||||
|
config:
|
||||||
|
panelRecvTopic: "tele/tasmota_0E48CC/RESULT"
|
||||||
|
panelSendTopic: "cmnd/tasmota_0E48CC/CustomSend"
|
||||||
|
model: eu
|
||||||
|
sleepTimeout: 30
|
||||||
|
sleepBrightness:
|
||||||
|
- time: "7:00:00"
|
||||||
|
value: 10
|
||||||
|
- time: "23:00:00"
|
||||||
|
value: 0
|
||||||
|
screensaver:
|
||||||
|
entity: weather.home
|
||||||
|
cards:
|
||||||
|
- type: cardEntities
|
||||||
|
title: Example 1
|
||||||
|
entities:
|
||||||
|
- entity: light.couch_lights
|
||||||
|
- entity: light.office
|
||||||
|
- entity: light.kitchen_lights
|
@ -69,4 +69,8 @@
|
|||||||
copy:
|
copy:
|
||||||
src: python_scripts
|
src: python_scripts
|
||||||
dest: '{{ pwd_config }}'
|
dest: '{{ pwd_config }}'
|
||||||
directory_mode: yes
|
directory_mode: yes
|
||||||
|
- name: Copy appdaemon
|
||||||
|
copy:
|
||||||
|
src: configuration/appdaemon
|
||||||
|
dest: '{{ pwd_config }}/appdaemon'
|
Loading…
Reference in New Issue
Block a user