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:
parent
e05c04fadb
commit
c1c319d4d1
15 changed files with 33 additions and 27 deletions
|
@ -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},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue