1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
core/homeassistant/components/eafm/strings.json
2025-10-28 10:33:10 +01:00

18 lines
417 B
JSON

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