pyunifiprotect -> uiprotect
This commit is contained in:
parent
56a62dd95c
commit
50f2b94074
@ -6,28 +6,31 @@
|
|||||||
package = pkgs.unstable.home-assistant;
|
package = pkgs.unstable.home-assistant;
|
||||||
configWritable = true;
|
configWritable = true;
|
||||||
config = null;
|
config = null;
|
||||||
extraPackages = python3Packages: with pkgs.unstable.python312Packages; [
|
extraPackages =
|
||||||
aiopyarr
|
python3Packages: with pkgs.unstable.python312Packages; [
|
||||||
zigpy-cc
|
aiopyarr
|
||||||
zigpy-znp
|
zigpy-cc
|
||||||
zigpy-zigate
|
zigpy-znp
|
||||||
zigpy-xbee
|
zigpy-zigate
|
||||||
zigpy-deconz
|
zigpy-xbee
|
||||||
pykodi
|
zigpy-deconz
|
||||||
gtts
|
pykodi
|
||||||
bellows
|
gtts
|
||||||
radios
|
bellows
|
||||||
paho-mqtt
|
radios
|
||||||
zha-quirks
|
paho-mqtt
|
||||||
pyunifiprotect
|
zha-quirks
|
||||||
unifi-discovery
|
uiprotect
|
||||||
universal-silabs-flasher
|
unifi-discovery
|
||||||
vacuum-map-parser-base
|
universal-silabs-flasher
|
||||||
vacuum-map-parser-roborock
|
vacuum-map-parser-base
|
||||||
python-roborock
|
vacuum-map-parser-roborock
|
||||||
];
|
python-roborock
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
];
|
||||||
];
|
customComponents =
|
||||||
|
with pkgs.home-assistant-custom-components;
|
||||||
|
[
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable the mosquitto MQTT broker
|
# Enable the mosquitto MQTT broker
|
||||||
|
Loading…
Reference in New Issue
Block a user