From 62f675e6133a6ea1e4eeb1744e8e97495ea73fa0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 19 Nov 2018 22:37:46 +0100 Subject: [PATCH] Fix documentation --- hassio/addons/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hassio/addons/utils.py b/hassio/addons/utils.py index e64761f21..90878d659 100644 --- a/hassio/addons/utils.py +++ b/hassio/addons/utils.py @@ -15,10 +15,10 @@ _LOGGER = logging.getLogger(__name__) def rating_security(addon): - """Return 1-5 for security rating. + """Return 1-6 for security rating. 1 = not secure - 5 = high secure + 6 = high secure """ rating = 5