Skip to content

Commit abc95db

Browse files
authored
Update config_path for Zigbee2MQTT configuration (#8153)
1 parent a475eff commit abc95db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/public/json/zigbee2mqtt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"documentation": "https://www.zigbee2mqtt.io/guide/getting-started/",
1313
"website": "https://www.zigbee2mqtt.io/",
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/zigbee2mqtt.webp",
15-
"config_path": "/opt/zigbee2mqtt/data/configuration.yaml",
15+
"config_path": "debian: /opt/zigbee2mqtt/data/configuration.yaml | alpine: /var/lib/zigbee2mqtt/configuration.yaml",
1616
"description": "Zigbee2MQTT is an open-source software project that allows you to use Zigbee-based smart home devices (such as those sold under the Philips Hue and Ikea Tradfri brands) with MQTT-based home automation systems, like Home Assistant, Node-RED, and others. The software acts as a bridge between your Zigbee devices and MQTT, allowing you to control and monitor these devices from your home automation system.",
1717
"install_methods": [
1818
{

0 commit comments

Comments
 (0)