home-assistant: support abode component
This commit is contained in:
parent
f7ff88d795
commit
e6638023aa
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue