mirror of
https://github.com/home-assistant/core.git
synced 2025-08-28 00:41:41 +02:00
Adjust minio integration
This commit is contained in:
@@ -124,7 +124,7 @@ def setup(hass, config):
|
||||
def _render_service_value(service, key):
|
||||
value = service.data[key]
|
||||
value.hass = hass
|
||||
return value.async_render()
|
||||
return value.async_render(parse_result=False)
|
||||
|
||||
def put_file(service):
|
||||
"""Upload file service."""
|
||||
|
Reference in New Issue
Block a user