mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Correct the selector for frontend.set_theme service (#49952)
This commit is contained in:
@ -69,7 +69,7 @@ def validate_services(integration: Integration):
|
||||
has_services = grep_dir(
|
||||
integration.path,
|
||||
"**/*.py",
|
||||
r"(hass\.services\.(register|async_register))|async_register_entity_service",
|
||||
r"(hass\.services\.(register|async_register))|async_register_entity_service|async_register_admin_service",
|
||||
)
|
||||
|
||||
if not has_services:
|
||||
|
Reference in New Issue
Block a user