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