Add paho-mqtt to ha

This commit is contained in:
Torjus Håkestad 2024-05-01 20:58:40 +02:00
parent bb24312fdc
commit dfb0e7aa4c

View File

@ -7,6 +7,7 @@
config = null;
extraPackages = python3Packages: with pkgs.python3Packages; [
radios
paho-mqtt
];
customComponents = with pkgs.home-assistant-custom-components; [
];