mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-10-23 10:39:39 +00:00
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:
@@ -141,5 +141,3 @@ class APIHomeAssistant(CoreSysAttributes):
|
||||
result = await self.sys_homeassistant.check_config()
|
||||
if not result.valid:
|
||||
raise APIError(result.log)
|
||||
|
||||
return True
|
||||
|
Reference in New Issue
Block a user