mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
* Remove hassio from ALLOWED_USED_COMPONENTS * Move HassioServiceInfo to helpers.service_info * Deprecate moved functions * Add note about deprecation * Fix tests * Implement suggestion * Typo * Update pyproject.toml Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> --------- Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
11 lines
325 B
JSON
11 lines
325 B
JSON
{
|
|
"domain": "homeassistant_alerts",
|
|
"name": "Home Assistant Alerts",
|
|
"after_dependencies": ["hassio"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"config_flow": false,
|
|
"documentation": "https://www.home-assistant.io/integrations/homeassistant_alerts",
|
|
"integration_type": "system",
|
|
"quality_scale": "internal"
|
|
}
|