mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 21:10:25 +00:00
Add native Python types support to templates (#41227)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -111,8 +111,8 @@ class TrackTemplateResult:
|
||||
"""
|
||||
|
||||
template: Template
|
||||
last_result: Union[str, None, TemplateError]
|
||||
result: Union[str, TemplateError]
|
||||
last_result: Any
|
||||
result: Any
|
||||
|
||||
|
||||
def threaded_listener_factory(async_factory: Callable[..., Any]) -> CALLBACK_TYPE:
|
||||
|
||||
Reference in New Issue
Block a user