Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update zigbee2mqtt options

+4 -1
+4 -1
modules/automation/zigbee.nix
··· 58 58 enable = true; 59 59 settings = { 60 60 permit_join = cfg.zigbee.permitJoin; 61 - serial.port = cfg.zigbee.serialPort; 61 + serial = { 62 + adapter = "zstack"; 63 + port = cfg.zigbee.serialPort; 64 + }; 62 65 frontend = if cfg.zigbee.frontend.enable then cfg.zigbee.frontend else false; 63 66 ota.disable_automatic_update_check = true; 64 67 mqtt = mkIf cfg.mqtt.enable {