diff --git a/hassio/host/__init__.py b/hassio/host/__init__.py index 6afb56372..af72f448d 100644 --- a/hassio/host/__init__.py +++ b/hassio/host/__init__.py @@ -24,12 +24,12 @@ class HostManager(CoreSysAttributes): @property def control(self): - """Return host power handler.""" + """Return host control handler.""" return self._control @property def info(self): - """Return host local handler.""" + """Return host info handler.""" return self._info @property