mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Improve descriptions in list_notifications action, fix casing (#135838)
This commit is contained in:
parent
654e111c23
commit
dfc4cdf785
@ -8,7 +8,7 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"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",
|
"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": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"client_secret": "Client Secret",
|
"client_secret": "Client Secret",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"description": "The password for {username} is no longer valid.",
|
"description": "The password for {username} is no longer valid.",
|
||||||
"title": "Reauthenticate your Flume Account",
|
"title": "Reauthenticate your Flume account",
|
||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
}
|
}
|
||||||
@ -65,11 +65,11 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"list_notifications": {
|
"list_notifications": {
|
||||||
"name": "List notifications",
|
"name": "List notifications",
|
||||||
"description": "Return user notifications.",
|
"description": "Returns a list of fetched user notifications.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"config_entry": {
|
"config_entry": {
|
||||||
"name": "Flume",
|
"name": "Flume",
|
||||||
"description": "The flume config entry for which to return notifications."
|
"description": "The Flume config entry for which to return notifications."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user