small code cleanups (#740)

* small code cleanups

* Update __init__.py

* Update homeassistant.py

* Update __init__.py

* Update homeassistant.py

* Update homeassistant.py

* Update __init__.py

* fix list

* Fix api call
This commit is contained in:
Pascal Vizeli
2018-10-07 23:50:18 +02:00
committed by GitHub
parent da425a0530
commit 23f28b38e9
5 changed files with 32 additions and 20 deletions

View File

@@ -141,5 +141,3 @@ class APIHomeAssistant(CoreSysAttributes):
result = await self.sys_homeassistant.check_config()
if not result.valid:
raise APIError(result.log)
return True