mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Remove unnecessary assignment of Template.hass from minio (#123679)
This commit is contained in:
parent
c47fdf7074
commit
2d41723cfe
@ -127,7 +127,6 @@ def setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
||||
|
||||
def _render_service_value(service, key):
|
||||
value = service.data[key]
|
||||
value.hass = hass
|
||||
return value.async_render(parse_result=False)
|
||||
|
||||
def put_file(service: ServiceCall) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user