changes for the persistent namespace

This commit is contained in:
John Lancaster
2024-08-02 10:04:06 -05:00
parent 447f8bd354
commit a73153298a
3 changed files with 14 additions and 3 deletions

4
.gitignore vendored
View File

@@ -8,4 +8,6 @@ secrets.yaml
*.ipynb *.ipynb
logs/ logs/
*.json *.json
namespaces/

View File

@@ -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,11 +17,16 @@ 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:

View File

@@ -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