mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Remove space
This commit is contained in:
parent
8796187389
commit
fb2da6be9a
@ -54,7 +54,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
"Add http:// or https:// to your URL")
|
"Add http:// or https:// to your URL")
|
||||||
return False
|
return False
|
||||||
except requests.exceptions.ConnectionError:
|
except requests.exceptions.ConnectionError:
|
||||||
_LOGGER.error("No route to resource/endpoint: %s", resource)
|
_LOGGER.error("No route to resource/endpoint: %s", resource)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if use_get:
|
if use_get:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user