mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Limit transmission ConfigEntrySelect to integration domain (#137769)
This commit is contained in:
parent
a4c0304e1f
commit
42d8889778
@ -78,7 +78,9 @@ MIGRATION_NAME_TO_KEY = {
|
|||||||
|
|
||||||
SERVICE_BASE_SCHEMA = vol.Schema(
|
SERVICE_BASE_SCHEMA = vol.Schema(
|
||||||
{
|
{
|
||||||
vol.Required(CONF_ENTRY_ID): selector.ConfigEntrySelector(),
|
vol.Required(CONF_ENTRY_ID): selector.ConfigEntrySelector(
|
||||||
|
{"integration": DOMAIN}
|
||||||
|
),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user