home-assistant: update component-packages

This commit is contained in:
Jamie Magee
2026-03-26 20:55:44 -07:00
parent 6ac07b573d
commit 68a755bf54
2 changed files with 4 additions and 1 deletions
@@ -2904,7 +2904,8 @@
];
"intelliclima" =
ps: with ps; [
]; # missing inputs: pyintelliclima
pyintelliclima
];
"intellifire" =
ps: with ps; [
intellifire4py
@@ -7665,6 +7666,7 @@
"input_text"
"insteon"
"integration"
"intelliclima"
"intellifire"
"intent"
"intent_script"
+1
View File
@@ -75,6 +75,7 @@ let
hyperion = getComponentDeps "camera";
ifttt = getComponentDeps "assist_pipeline" ++ getComponentDeps "camera";
image_processing = getComponentDeps "conversation";
intelliclima = getComponentDeps "intellifire";
intent = getComponentDeps "conversation";
light = getComponentDeps "conversation";
local_file = getComponentDeps "camera";