Files
core/homeassistant/components/meteoclimatic/strings.json
Adrián Moreno fe34f42aa5 Add new Meteoclimatic integration (#36906)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 13:11:48 +02:00

20 lines
525 B
JSON

{
"config": {
"step": {
"user": {
"title": "Meteoclimatic",
"description": "Enter the Meteoclimatic station code (e.g., ESCAT4300000043206B)",
"data": {
"code": "Station code"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"not_found": "[%key:common::config_flow::abort::no_devices_found%]"
}
}
}