We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82d91d commit 4ee9eadCopy full SHA for 4ee9ead
homeassistant/components/ai_task/icons.json
@@ -1,4 +1,9 @@
1
{
2
+ "entity_component": {
3
+ "_": {
4
+ "default": "mdi:star-four-points"
5
+ }
6
+ },
7
"services": {
8
"generate_data": {
9
"service": "mdi:file-star-four-points-outline"
homeassistant/components/ai_task/manifest.json
@@ -5,6 +5,6 @@
"codeowners": ["@home-assistant/core"],
"dependencies": ["conversation", "media_source"],
"documentation": "https://www.home-assistant.io/integrations/ai_task",
- "integration_type": "system",
+ "integration_type": "entity",
"quality_scale": "internal"
10
}
0 commit comments