mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
home-assistant: add aiolifx-connection dependency
Reran update.sh for the current version to regenerate component-packages.nix.
This commit is contained in:
parent
372af7edf6
commit
cc4f3421ad
@ -1448,10 +1448,11 @@
|
|||||||
];
|
];
|
||||||
"lifx" = ps: with ps; [
|
"lifx" = ps: with ps; [
|
||||||
aiohttp-cors
|
aiohttp-cors
|
||||||
|
aiolifx-connection
|
||||||
aiolifx
|
aiolifx
|
||||||
aiolifx-effects
|
aiolifx-effects
|
||||||
ifaddr
|
ifaddr
|
||||||
]; # missing inputs: aiolifx-connection
|
];
|
||||||
"lifx_cloud" = ps: with ps; [
|
"lifx_cloud" = ps: with ps; [
|
||||||
];
|
];
|
||||||
"light" = ps: with ps; [
|
"light" = ps: with ps; [
|
||||||
@ -3557,6 +3558,7 @@
|
|||||||
"lcn"
|
"lcn"
|
||||||
"lg_soundbar"
|
"lg_soundbar"
|
||||||
"life360"
|
"life360"
|
||||||
|
"lifx"
|
||||||
"light"
|
"light"
|
||||||
"litterrobot"
|
"litterrobot"
|
||||||
"local_file"
|
"local_file"
|
||||||
|
Loading…
Reference in New Issue
Block a user