Enable hass.io panel without ping (#22388)
* Enable hass.io panel without ping * fix tests
This commit is contained in:
parent
a27e821e8b
commit
3fddf5df08
3 changed files with 6 additions and 6 deletions
|
@ -62,7 +62,7 @@ class HassIO:
|
|||
|
||||
This method return a coroutine.
|
||||
"""
|
||||
return self.send_command("/supervisor/ping", method="get")
|
||||
return self.send_command("/supervisor/ping", method="get", timeout=15)
|
||||
|
||||
@_api_data
|
||||
def get_homeassistant_info(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue