Enable hass.io panel without ping (#22388)

* Enable hass.io panel without ping

* fix tests
This commit is contained in:
Pascal Vizeli 2019-03-26 15:38:25 +01:00 committed by Paulus Schoutsen
parent a27e821e8b
commit 3fddf5df08
3 changed files with 6 additions and 6 deletions

View file

@ -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):