Unverified Commit bf22ec0c authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant: propagate infrared-protocols (#507279)

parents c9991887 6c7ae325
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ in
          # without these some components that are loaded anyway fail to find
          # their dependencies
          default_config = { };
          infrared = { };

          # include some popular integrations, that absolutely shouldn't break
          knx = { };
+1 −1
Original line number Diff line number Diff line
@@ -349,6 +349,7 @@ python.pkgs.buildPythonApplication rec {
    home-assistant-bluetooth
    httpx
    ifaddr
    infrared-protocols
    jinja2
    lru-dict
    orjson
@@ -416,7 +417,6 @@ python.pkgs.buildPythonApplication rec {
      "assist_pipeline"
      "frontend"
      "hue"
      "infrared"
      "mobile_app"
    ];

+2 −3
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ let
    ];
    emulated_kasa = getComponentDeps "camera" ++ getComponentDeps "conversation";
    environment_canada = getComponentDeps "camera";
    esphome = getComponentDeps "camera" ++ getComponentDeps "infrared";
    esphome = getComponentDeps "camera";
    fan = getComponentDeps "conversation";
    fish_audio = getComponentDeps "tts";
    foscam = getComponentDeps "camera";
@@ -60,7 +60,7 @@ let
      ibeacon-ble
    ];
    gpslogger = getComponentDeps "assist_pipeline" ++ getComponentDeps "camera";
    group = getComponentDeps "camera" ++ getComponentDeps "conversation" ++ getComponentDeps "infrared";
    group = getComponentDeps "camera" ++ getComponentDeps "conversation";
    hassio = getComponentDeps "frontend" ++ getComponentDeps "homeassistant_yellow";
    hikvision = getComponentDeps "camera";
    homeassistant = getComponentDeps "camera" ++ getComponentDeps "conversation";
@@ -77,7 +77,6 @@ let
    image_processing = getComponentDeps "conversation";
    intelliclima = getComponentDeps "intellifire";
    intent = getComponentDeps "conversation";
    kitchen_sink = getComponentDeps "infrared";
    light = getComponentDeps "conversation";
    local_file = getComponentDeps "camera";
    locative = getComponentDeps "assist_pipeline" ++ getComponentDeps "camera";