mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Limit transmission ConfigEntrySelect to integration domain (#137769)
This commit is contained in:
@@ -78,7 +78,9 @@ MIGRATION_NAME_TO_KEY = {
|
||||
|
||||
SERVICE_BASE_SCHEMA = vol.Schema(
|
||||
{
|
||||
vol.Required(CONF_ENTRY_ID): selector.ConfigEntrySelector(),
|
||||
vol.Required(CONF_ENTRY_ID): selector.ConfigEntrySelector(
|
||||
{"integration": DOMAIN}
|
||||
),
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user