core/homeassistant/components/season/translations/en.json

20 lines
672 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured"
},
"step": {
"user": {
"data": {
"type": "Type of season definition"
}
}
}
},
"issues": {
"removed_yaml": {
"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.",
"title": "The Season YAML configuration has been removed"
}
}
}