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