home-assistant: add hypontech component
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user