Odin: use zigbee2mqtt

This commit is contained in:
Filippo Berto 2025-05-26 20:38:59 +02:00
parent 91db9d4399
commit f481a45a5d
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 41 additions and 9 deletions

View file

@ -285,8 +285,8 @@
};
postPatch = ''
# ${super.python312}/bin/python3 ${patcher} codes/climate/1946.json | sed 's/MQTT/ZHA' > codes/climate/50.json
sed 's/Broadlink/ZHA/' codes/climate/1946.json > codes/climate/50.json
# ${super.python312}/bin/python3 ${patcher} codes/climate/1946.json > codes/climate/50.json
sed 's/Broadlink/MQTT/' codes/climate/1946.json > codes/climate/50.json
'';
});