mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Rename cv.no_yaml_config_schema to cv.config_entry_only_config_schema (#93908)
* Rename cv.no_yaml_config_schema to cv.config_entry_only_config_schema
* ✏️
This commit is contained in:
@@ -240,11 +240,11 @@ async def _async_setup_component(
|
||||
async_create_issue(
|
||||
hass,
|
||||
HOMEASSISTANT_DOMAIN,
|
||||
f"integration_key_no_support_{domain}",
|
||||
f"config_entry_only{domain}",
|
||||
is_fixable=False,
|
||||
severity=IssueSeverity.ERROR,
|
||||
issue_domain=domain,
|
||||
translation_key="integration_key_no_support",
|
||||
translation_key="config_entry_only",
|
||||
translation_placeholders={"domain": domain},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user