31 lines
650 B
Plaintext
31 lines
650 B
Plaintext
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:
|
|
disable_led: false
|
|
port: /dev/ttyACM0
|