mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Several strings fixes in the emoncms integration (#135792)
This commit is contained in:
parent
59429dea39
commit
e433c2250c
@ -10,8 +10,8 @@
|
|||||||
"api_key": "[%key:common::config_flow::data::api_key%]"
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"url": "Server url starting with the protocol (http or https)",
|
"url": "Server URL starting with the protocol (http or https)",
|
||||||
"api_key": "Your 32 bits api key"
|
"api_key": "Your 32 bits API key"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"choose_feeds": {
|
"choose_feeds": {
|
||||||
@ -93,7 +93,7 @@
|
|||||||
},
|
},
|
||||||
"migrate_database": {
|
"migrate_database": {
|
||||||
"title": "Upgrade your emoncms version",
|
"title": "Upgrade your emoncms version",
|
||||||
"description": "Your [emoncms]({url}) does not ship a unique identifier.\n\n Please upgrade to at least version 11.5.7 and migrate your emoncms database.\n\n More info on [emoncms documentation]({doc_url})"
|
"description": "Your [emoncms]({url}) does not ship a unique identifier.\n\nPlease upgrade to at least version 11.5.7 and migrate your emoncms database.\n\nMore info in the [emoncms documentation]({doc_url})"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user