mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
home-assistant: support abode component
This commit is contained in:
parent
f7ff88d795
commit
e6638023aa
@ -7,7 +7,8 @@
|
||||
"3_day_blinds" = ps: with ps; [
|
||||
];
|
||||
"abode" = ps: with ps; [
|
||||
]; # missing inputs: jaraco.abode
|
||||
jaraco-abode
|
||||
];
|
||||
"accuweather" = ps: with ps; [
|
||||
accuweather
|
||||
];
|
||||
@ -4427,6 +4428,7 @@
|
||||
};
|
||||
# components listed in tests/components for which all dependencies are packaged
|
||||
supportedComponentsWithTests = [
|
||||
"abode"
|
||||
"accuweather"
|
||||
"acmeda"
|
||||
"adax"
|
||||
|
Loading…
Reference in New Issue
Block a user