mirror of
https://github.com/home-assistant/core.git
synced 2025-09-04 04:11:37 +02:00
Rename local OAuth2 source (#150403)
This commit is contained in:
@@ -155,7 +155,7 @@ class LocalOAuth2Implementation(AbstractOAuth2Implementation):
|
|||||||
@property
|
@property
|
||||||
def name(self) -> str:
|
def name(self) -> str:
|
||||||
"""Name of the implementation."""
|
"""Name of the implementation."""
|
||||||
return "Configuration.yaml"
|
return "Local application credentials"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def domain(self) -> str:
|
def domain(self) -> str:
|
||||||
|
Reference in New Issue
Block a user