changes for the persistent namespace
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,3 +9,5 @@ secrets.yaml
|
||||
|
||||
logs/
|
||||
*.json
|
||||
|
||||
namespaces/
|
||||
@@ -1,4 +1,8 @@
|
||||
appdaemon:
|
||||
uvloop: True
|
||||
# use_dictionary_unpacking: True
|
||||
# check_app_updates_profile: True
|
||||
|
||||
import_method: expert
|
||||
latitude: 30.250968
|
||||
longitude: -97.748193
|
||||
@@ -13,12 +17,17 @@ appdaemon:
|
||||
mqtt:
|
||||
type: mqtt
|
||||
namespace: mqtt
|
||||
client_host: zigbee.localdomain
|
||||
client_host: zigbee.john-stream.com
|
||||
client_user: homeassistant
|
||||
client_password: !secret mqtt_password
|
||||
client_topics:
|
||||
- zigbee2mqtt/#
|
||||
|
||||
namespaces:
|
||||
controller:
|
||||
writeback: hybrid
|
||||
persistent: true
|
||||
|
||||
admin:
|
||||
api:
|
||||
http:
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- config:/conf:ro
|
||||
- config:/conf
|
||||
- logs:/logs
|
||||
ports:
|
||||
- 5050:5050
|
||||
|
||||
Reference in New Issue
Block a user