Create zb2mqtt.config
This commit is contained in:
parent
c777f3470d
commit
dea03501db
29
zb2mqtt.config
Normal file
29
zb2mqtt.config
Normal file
@ -0,0 +1,29 @@
|
||||
homeassistant:
|
||||
discovery_topic: Zigbee-AutoDiscovery
|
||||
status_topic: Zigbee-AutoDiscovery-status/
|
||||
legacy_entity_attributes: true
|
||||
legacy_triggers: true
|
||||
permit_join: true
|
||||
mqtt:
|
||||
base_topic: zigbee2mqtt
|
||||
server: 'mqtt://localhost'
|
||||
frontend:
|
||||
port: 5002
|
||||
devices: devices.yaml
|
||||
groups: groups.yaml
|
||||
map_options:
|
||||
graphviz:
|
||||
colors:
|
||||
fill:
|
||||
enddevice: '#fff8ce'
|
||||
coordinator: '#e04e5d'
|
||||
router: '#4ea3e0'
|
||||
font:
|
||||
coordinator: '#ffffff'
|
||||
router: '#ffffff'
|
||||
enddevice: '#000000'
|
||||
line:
|
||||
active: '#009900'
|
||||
inactive: '#994444'
|
||||
serial:
|
||||
port: /dev/ttyACM0
|
||||
Loading…
x
Reference in New Issue
Block a user