Add missing strings to UptimeRobot (#142921)

This commit is contained in:
Simone Chemelli 2025-04-14 19:37:01 +02:00 committed by GitHub
parent 0479fc6f54
commit 198a6b2e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,20 @@
"config": {
"step": {
"user": {
"description": "You need to supply the 'main' API key from UptimeRobot",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"data_description": {
"api_key": "The 'main' API key for your UptimeRobot account"
}
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "You need to supply a new 'main' API key from UptimeRobot",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"data_description": {
"api_key": "[%key:component::uptimerobot::config::step::user::data_description::api_key%]"
}
}
},