1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Use common string for OAuth2 implementation error in myuplink (#156338)

This commit is contained in:
Åke Strandberg
2025-11-11 09:33:59 +01:00
committed by GitHub
parent ac2fb53dfd
commit ab5981bbbd

View File

@@ -57,7 +57,7 @@
"message": "Error while loading the integration."
},
"implementation_unavailable": {
"message": "OAuth2 implementation is not available, will retry."
"message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]"
},
"incorrect_oauth2_scope": {
"message": "Stored permissions are invalid. Please login again to update permissions."