From 99cc5972c82fb29a65008236889fbd113e24ca2d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 26 Apr 2018 21:44:06 +0200 Subject: [PATCH] Update __init__.py --- hassio/host/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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