Compare commits

..

No commits in common. "9c1e29dad5ff0b2746ab84d2465f5a80a648cb58" and "5badba6920ff036fd27e231908328523a2130ce4" have entirely different histories.

View File

@ -6,14 +6,12 @@
configWritable = true; configWritable = true;
config = null; config = null;
extraPackages = python3Packages: with pkgs.python3Packages; [ extraPackages = python3Packages: with pkgs.python3Packages; [
gtts
bellows bellows
radios radios
paho-mqtt paho-mqtt
zha-quirks zha-quirks
pyunifiprotect pyunifiprotect
zigpy-deconz zigpy_deconz
unifi-discovery
]; ];
customComponents = with pkgs.home-assistant-custom-components; [ customComponents = with pkgs.home-assistant-custom-components; [
]; ];