diff --git a/zb2mqtt.config b/zb2mqtt.config new file mode 100644 index 0000000..93be115 --- /dev/null +++ b/zb2mqtt.config @@ -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