* 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>
8 lines
283 B
JSON
8 lines
283 B
JSON
{
|
|
"domain": "homeassistant_hardware",
|
|
"name": "Home Assistant Hardware",
|
|
"after_dependencies": ["hassio", "zha"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"documentation": "https://www.home-assistant.io/integrations/homeassistant_hardware",
|
|
"integration_type": "system"
|
|
}
|