Skip to content

Commit 4ee9ead

Browse files
authored
Mark AI Task as integration type entity (home-assistant#151188)
1 parent e82d91d commit 4ee9ead

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

homeassistant/components/ai_task/icons.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"entity_component": {
3+
"_": {
4+
"default": "mdi:star-four-points"
5+
}
6+
},
27
"services": {
38
"generate_data": {
49
"service": "mdi:file-star-four-points-outline"

homeassistant/components/ai_task/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"codeowners": ["@home-assistant/core"],
66
"dependencies": ["conversation", "media_source"],
77
"documentation": "https://www.home-assistant.io/integrations/ai_task",
8-
"integration_type": "system",
8+
"integration_type": "entity",
99
"quality_scale": "internal"
1010
}

0 commit comments

Comments
 (0)