mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Correct type annotation for EntityPlatform.async_register_entity_service
(#123054)
Correct type annotation for EntityPlatform.async_register_entity_service Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
@@ -985,7 +985,7 @@ class EntityPlatform:
|
||||
def async_register_entity_service(
|
||||
self,
|
||||
name: str,
|
||||
schema: VolDictType | VolSchemaType | None,
|
||||
schema: VolDictType | VolSchemaType,
|
||||
func: str | Callable[..., Any],
|
||||
required_features: Iterable[int] | None = None,
|
||||
supports_response: SupportsResponse = SupportsResponse.NONE,
|
||||
|
Reference in New Issue
Block a user