Commit b04e5f48 authored by Jamie Magee's avatar Jamie Magee
Browse files

home-assistant: add hypontech component

parent 46e433c4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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"