From f64da6a54796f24b5d9f09b4384268cb38ed7404 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 26 Apr 2018 11:33:43 +0200 Subject: [PATCH] Update exceptions.py --- hassio/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/exceptions.py b/hassio/exceptions.py index 4c4f66a36..09e06bf00 100644 --- a/hassio/exceptions.py +++ b/hassio/exceptions.py @@ -35,7 +35,7 @@ class DBusError(HassioError): pass -class DBusNotConnectedError(HassioNotSupportedError): +class DBusNotConnectedError(HostNotSupportedError): """DBus is not connected and call a method."""