mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
async_get_url -> get_url (#35382)
This commit is contained in:
@@ -799,7 +799,7 @@ class CameraCapabilities(AlexaEntity):
|
||||
return False
|
||||
|
||||
try:
|
||||
network.async_get_url(
|
||||
network.get_url(
|
||||
self.hass,
|
||||
allow_internal=False,
|
||||
allow_ip=False,
|
||||
|
||||
Reference in New Issue
Block a user