mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Limit flume ConfigEntrySelect to integration domain (#137661)
This commit is contained in:
parent
3c7b9bec3c
commit
55cda68866
@ -35,7 +35,7 @@ SERVICE_LIST_NOTIFICATIONS = "list_notifications"
|
||||
CONF_CONFIG_ENTRY = "config_entry"
|
||||
LIST_NOTIFICATIONS_SERVICE_SCHEMA = vol.All(
|
||||
{
|
||||
vol.Required(CONF_CONFIG_ENTRY): ConfigEntrySelector(),
|
||||
vol.Required(CONF_CONFIG_ENTRY): ConfigEntrySelector({"integration": DOMAIN}),
|
||||
},
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user