mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Update deconz config
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
database.db
|
||||
log/
|
||||
secret.yaml
|
||||
state.json
|
||||
@@ -1,7 +1,7 @@
|
||||
homeassistant: false
|
||||
permit_join: true
|
||||
mqtt:
|
||||
base_topic: zigbee2mqtt
|
||||
base_topic: z2m_deconz
|
||||
server: 'mqtt://192.168.0.27'
|
||||
user: '!secret user'
|
||||
password: '!secret password'
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
zigbee2mqtt_deconz:
|
||||
container_name: zigbee2mqtt_deconz
|
||||
build: .
|
||||
dockerfile: Dockerfile
|
||||
build:
|
||||
context: .
|
||||
network: host
|
||||
volumes:
|
||||
- .data:/app/data
|
||||
- ./data:/app/data
|
||||
- /run/udev:/run/udev:ro
|
||||
devices:
|
||||
- /dev/ttyACM0:/dev/ttyACM0
|
||||
|
||||
Reference in New Issue
Block a user