1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-22 11:28:45 +00:00

Rename login_backend to auth_api (#764)

* Update const.py

* Update validate.py

* Update addon.py

* Update auth.py

* Update addons.py

* Update API.md
This commit is contained in:
Pascal Vizeli
2018-10-16 12:33:40 +02:00
committed by GitHub
parent 84f791220e
commit aa8ab593c0
6 changed files with 10 additions and 8 deletions

View File

@@ -186,7 +186,7 @@ ATTR_PROTECTED = 'protected'
ATTR_RATING = 'rating'
ATTR_HASSIO_ROLE = 'hassio_role'
ATTR_SUPERVISOR = 'supervisor'
ATTR_LOGIN_BACKEND = 'login_backend'
ATTR_AUTH_API = 'auth_api'
SERVICE_MQTT = 'mqtt'
PROVIDE_SERVICE = 'provide'