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

This commit is contained in:
dotlambda
2026-04-06 14:38:44 +00:00
committed by GitHub
3 changed files with 3 additions and 5 deletions
-1
View File
@@ -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
View File
@@ -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
View File
@@ -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";