changes for the persistent namespace
This commit is contained in:
@@ -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,11 +17,16 @@ 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:
|
||||
|
||||
Reference in New Issue
Block a user