mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Fix documentation
This commit is contained in:
parent
f33434fb01
commit
62f675e613
@ -15,10 +15,10 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
def rating_security(addon):
|
def rating_security(addon):
|
||||||
"""Return 1-5 for security rating.
|
"""Return 1-6 for security rating.
|
||||||
|
|
||||||
1 = not secure
|
1 = not secure
|
||||||
5 = high secure
|
6 = high secure
|
||||||
"""
|
"""
|
||||||
rating = 5
|
rating = 5
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user