core/homeassistant/components/season/strings.json

21 lines
618 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"type": "Type of season definition"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
},
"issues": {
"removed_yaml": {
"title": "The Season YAML configuration has been removed",
"description": "Configuring Season using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
}
}
}