mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +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; [
|
"3_day_blinds" = ps: with ps; [
|
||||||
];
|
];
|
||||||
"abode" = ps: with ps; [
|
"abode" = ps: with ps; [
|
||||||
]; # missing inputs: jaraco.abode
|
jaraco-abode
|
||||||
|
];
|
||||||
"accuweather" = ps: with ps; [
|
"accuweather" = ps: with ps; [
|
||||||
accuweather
|
accuweather
|
||||||
];
|
];
|
||||||
@ -4427,6 +4428,7 @@
|
|||||||
};
|
};
|
||||||
# components listed in tests/components for which all dependencies are packaged
|
# components listed in tests/components for which all dependencies are packaged
|
||||||
supportedComponentsWithTests = [
|
supportedComponentsWithTests = [
|
||||||
|
"abode"
|
||||||
"accuweather"
|
"accuweather"
|
||||||
"acmeda"
|
"acmeda"
|
||||||
"adax"
|
"adax"
|
||||||
|
Loading…
Reference in New Issue
Block a user