pyunifiprotect -> uiprotect
This commit is contained in:
parent
56a62dd95c
commit
50f2b94074
@ -6,7 +6,8 @@
|
||||
package = pkgs.unstable.home-assistant;
|
||||
configWritable = true;
|
||||
config = null;
|
||||
extraPackages = python3Packages: with pkgs.unstable.python312Packages; [
|
||||
extraPackages =
|
||||
python3Packages: with pkgs.unstable.python312Packages; [
|
||||
aiopyarr
|
||||
zigpy-cc
|
||||
zigpy-znp
|
||||
@ -19,14 +20,16 @@
|
||||
radios
|
||||
paho-mqtt
|
||||
zha-quirks
|
||||
pyunifiprotect
|
||||
uiprotect
|
||||
unifi-discovery
|
||||
universal-silabs-flasher
|
||||
vacuum-map-parser-base
|
||||
vacuum-map-parser-roborock
|
||||
python-roborock
|
||||
];
|
||||
customComponents = with pkgs.home-assistant-custom-components; [
|
||||
customComponents =
|
||||
with pkgs.home-assistant-custom-components;
|
||||
[
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user