core/homeassistant/components/eafm/strings.json

18 lines
417 B
JSON
Raw Normal View History

{
2022-03-30 08:35:30 +00:00
"config": {
"step": {
"user": {
"title": "Track a flood monitoring station",
"description": "Select the station you want to monitor",
"data": {
"station": "Station"
}
2022-03-30 08:35:30 +00:00
}
},
"abort": {
"no_stations": "No flood monitoring stations found.",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
2022-03-30 08:35:30 +00:00
}
}