Improve descriptions in list_notifications action, fix casing (#135838)

pull/135584/merge
Norbert Rittel 2025-01-19 13:43:35 +01:00 committed by GitHub
parent 654e111c23
commit dfc4cdf785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
"step": {
"user": {
"description": "In order to access the Flume Personal API, you will need to request a 'Client ID' and 'Client Secret' at https://portal.flumetech.com/settings#token",
"title": "Connect to your Flume Account",
"title": "Connect to your Flume account",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"client_secret": "Client Secret",
@ -18,7 +18,7 @@
},
"reauth_confirm": {
"description": "The password for {username} is no longer valid.",
"title": "Reauthenticate your Flume Account",
"title": "Reauthenticate your Flume account",
"data": {
"password": "[%key:common::config_flow::data::password%]"
}
@ -65,11 +65,11 @@
"services": {
"list_notifications": {
"name": "List notifications",
"description": "Return user notifications.",
"description": "Returns a list of fetched user notifications.",
"fields": {
"config_entry": {
"name": "Flume",
"description": "The flume config entry for which to return notifications."
"description": "The Flume config entry for which to return notifications."
}
}
}