1
0
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:
Erik Montnemery
2023-06-01 13:15:48 +02:00
committed by GitHub
parent e05c04fadb
commit c1c319d4d1
15 changed files with 33 additions and 27 deletions

View File

@@ -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},
)