hass-core/homeassistant/components/dwd_weather_warnings/strings.json
andarotajo bf6d429339
Add config flow to dwd_weather_warnings (#91040)
* Add config flow to dwd_weather_warnings

* Add additional test for more coverage

* Apply code review changes

* Apply further code review changes

* Rename constant for configuration

* Apply code review changes

* Simplify config flow code
2023-05-07 10:26:39 +02:00

25 lines
1 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "To identify the desired region, the warncell ID / name is required.",
"data": {
"region_identifier": "Warncell ID or name"
}
}
},
"error": {
"invalid_identifier": "The specified region identifier is invalid."
},
"abort": {
"already_configured": "Warncell ID / name is already configured.",
"invalid_identifier": "[%key:component::dwd_weather_warnings::config::error::invalid_identifier%]"
}
},
"issues": {
"deprecated_yaml": {
"title": "The Deutscher Wetterdienst (DWD) Weather Warnings YAML configuration is being removed",
"description": "Configuring Deutscher Wetterdienst (DWD) Weather Warnings using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the Deutscher Wetterdienst (DWD) Weather Warnings YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
}
}
}