zigbee2mqtt: prepare for 2.0.0
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m58s

The next release contains some breaking changes:
https://github.com/Koenkk/zigbee2mqtt/discussions/24198
This commit is contained in:
Jordan Holt 2025-01-19 20:39:46 +00:00
parent 7ada93c5b4
commit 132e005654
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -40,8 +40,6 @@ in
homeassistant = lib.optionalAttrs config.services.home-assistant.enable {
discovery_topic = "homeassistant";
status_topic = "hass/status";
legacy_entity_attributes = true;
legacy_triggers = true;
};
availability = true;
frontend = true;
@ -50,6 +48,7 @@ in
};
serial = {
port = "/dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0";
adapter = "zstack";
};
advanced = {
channel = 20;