zigbee2mqtt: prepare for 2.0.0
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m58s
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:
parent
7ada93c5b4
commit
132e005654
@ -40,8 +40,6 @@ in
|
|||||||
homeassistant = lib.optionalAttrs config.services.home-assistant.enable {
|
homeassistant = lib.optionalAttrs config.services.home-assistant.enable {
|
||||||
discovery_topic = "homeassistant";
|
discovery_topic = "homeassistant";
|
||||||
status_topic = "hass/status";
|
status_topic = "hass/status";
|
||||||
legacy_entity_attributes = true;
|
|
||||||
legacy_triggers = true;
|
|
||||||
};
|
};
|
||||||
availability = true;
|
availability = true;
|
||||||
frontend = true;
|
frontend = true;
|
||||||
@ -50,6 +48,7 @@ in
|
|||||||
};
|
};
|
||||||
serial = {
|
serial = {
|
||||||
port = "/dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0";
|
port = "/dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0";
|
||||||
|
adapter = "zstack";
|
||||||
};
|
};
|
||||||
advanced = {
|
advanced = {
|
||||||
channel = 20;
|
channel = 20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user