- Refactored friendly names in devices.yaml for consistency and clarity. - Added new devices and updated existing ones in devices.yaml. - Populated state.json with detailed state information for various devices, including brightness, power, and link quality. - Included update information for devices where applicable.
47 lines
596 B
YAML
47 lines
596 B
YAML
version: 5
|
|
mqtt:
|
|
base_topic: zigbee2mqtt
|
|
server: mqtt://192.168.1.130
|
|
user: mqtt_user
|
|
password: mqttpasswd
|
|
serial:
|
|
rtscts: false
|
|
port: tcp://192.168.1.133:7638
|
|
adapter: zstack
|
|
baudrate: 115200
|
|
frontend:
|
|
enabled: true
|
|
port: 8099
|
|
homeassistant:
|
|
enabled: true
|
|
advanced:
|
|
pan_id: 3158
|
|
ext_pan_id:
|
|
- 75
|
|
- 207
|
|
- 18
|
|
- 51
|
|
- 171
|
|
- 147
|
|
- 76
|
|
- 87
|
|
channel: 25
|
|
network_key:
|
|
- 21
|
|
- 107
|
|
- 4
|
|
- 84
|
|
- 251
|
|
- 200
|
|
- 108
|
|
- 138
|
|
- 165
|
|
- 109
|
|
- 6
|
|
- 148
|
|
- 218
|
|
- 8
|
|
- 117
|
|
- 140
|
|
devices: devices.yaml
|