1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/met_eireann/strings.json
2022-03-30 10:35:30 +02:00

20 lines
660 B
JSON

{
"config": {
"step": {
"user": {
"title": "[%key:common::config_flow::data::location%]",
"description": "Enter your location to use weather data from the Met Éireann Public Weather Forecast API",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"elevation": "[%key:common::config_flow::data::elevation%]"
}
}
},
"error": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
}
}