mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
Update __init__.py
This commit is contained in:
parent
3d101a24a1
commit
99cc5972c8
@ -24,12 +24,12 @@ class HostManager(CoreSysAttributes):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def control(self):
|
def control(self):
|
||||||
"""Return host power handler."""
|
"""Return host control handler."""
|
||||||
return self._control
|
return self._control
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def info(self):
|
def info(self):
|
||||||
"""Return host local handler."""
|
"""Return host info handler."""
|
||||||
return self._info
|
return self._info
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user