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

2
.gitignore vendored
View File

@@ -9,3 +9,5 @@ secrets.yaml
logs/
*.json
namespaces/

View File

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

View File

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