home-assistant: add hypontech component

This commit is contained in:
Jamie Magee
2026-03-26 21:12:24 -07:00
parent 46e433c436
commit b04e5f4892
2 changed files with 7 additions and 1 deletions
@@ -2665,7 +2665,8 @@
];
"hypontech" =
ps: with ps; [
]; # missing inputs: hyponcloud
hyponcloud
];
"ialarm" =
ps: with ps; [
pyialarm
@@ -7635,6 +7636,7 @@
"hvv_departures"
"hydrawise"
"hyperion"
"hypontech"
"ialarm"
"iaqualink"
"ibeacon"
+4
View File
@@ -167,6 +167,10 @@ let
};
extraDisabledTestPaths = {
hypontech = [
# outdated snapshot
"tests/components/hypontech/test_sensor.py::test_sensors"
];
jellyfin = [
# AssertionError: assert 'audio/x-flac' == 'audio/flac'
"tests/components/jellyfin/test_media_source.py::test_resolve"