mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add missing internal quality scale label (#48947)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
7e4be921a8
commit
7e30ab2fb2
@ -2,5 +2,6 @@
|
||||
"domain": "air_quality",
|
||||
"name": "Air Quality",
|
||||
"documentation": "https://www.home-assistant.io/integrations/air_quality",
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"name": "Calendar",
|
||||
"documentation": "https://www.home-assistant.io/integrations/calendar",
|
||||
"dependencies": ["http"],
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -32,5 +32,6 @@
|
||||
"zeroconf",
|
||||
"zone"
|
||||
],
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -7,5 +7,6 @@
|
||||
],
|
||||
"codeowners": [
|
||||
"@bdraco"
|
||||
]
|
||||
],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -2,5 +2,6 @@
|
||||
"domain": "geo_location",
|
||||
"name": "Geolocation",
|
||||
"documentation": "https://www.home-assistant.io/integrations/geo_location",
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"name": "Image Processing",
|
||||
"documentation": "https://www.home-assistant.io/integrations/image_processing",
|
||||
"dependencies": ["camera"],
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"name": "Logbook",
|
||||
"documentation": "https://www.home-assistant.io/integrations/logbook",
|
||||
"dependencies": ["frontend", "http", "recorder"],
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"name": "Mailbox",
|
||||
"documentation": "https://www.home-assistant.io/integrations/mailbox",
|
||||
"dependencies": ["http"],
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"name": "Media Source",
|
||||
"documentation": "https://www.home-assistant.io/integrations/media_source",
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@hunterjm"]
|
||||
"codeowners": ["@hunterjm"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"name": "My Home Assistant",
|
||||
"documentation": "https://www.home-assistant.io/integrations/my",
|
||||
"dependencies": ["frontend"],
|
||||
"codeowners": ["@home-assistant/core"]
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -2,5 +2,6 @@
|
||||
"domain": "remote",
|
||||
"name": "Remote",
|
||||
"documentation": "https://www.home-assistant.io/integrations/remote",
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -4,5 +4,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/search",
|
||||
"dependencies": ["websocket_api"],
|
||||
"after_dependencies": ["scene", "group", "automation", "script"],
|
||||
"codeowners": ["@home-assistant/core"]
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -4,5 +4,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/ssdp",
|
||||
"requirements": ["defusedxml==0.6.0", "netdisco==2.8.2", "async-upnp-client==0.16.0"],
|
||||
"after_dependencies": ["zeroconf"],
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"name": "Speech-to-Text (STT)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/stt",
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@pvizeli"]
|
||||
"codeowners": ["@pvizeli"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"requirements": ["mutagen==1.45.1"],
|
||||
"dependencies": ["http"],
|
||||
"after_dependencies": ["media_player"],
|
||||
"quality_scale": "internal",
|
||||
"codeowners": ["@pvizeli"]
|
||||
"codeowners": ["@pvizeli"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -2,5 +2,6 @@
|
||||
"domain": "vacuum",
|
||||
"name": "Vacuum",
|
||||
"documentation": "https://www.home-assistant.io/integrations/vacuum",
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -2,5 +2,6 @@
|
||||
"domain": "water_heater",
|
||||
"name": "Water Heater",
|
||||
"documentation": "https://www.home-assistant.io/integrations/water_heater",
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"name": "Webhook",
|
||||
"documentation": "https://www.home-assistant.io/integrations/webhook",
|
||||
"dependencies": ["http"],
|
||||
"codeowners": []
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user