home-assistant: support abode component

This commit is contained in:
Robert Schütz 2023-02-01 20:23:11 -08:00
parent f7ff88d795
commit e6638023aa

View file

@ -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"