core/homeassistant/components/season/strings.json

33 lines
833 B
JSON
Raw Normal View History

2022-03-07 17:58:29 +00:00
{
"config": {
"step": {
"user": {
"data": {
"type": "Type of season definition"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
2022-09-26 14:08:27 +00:00
},
"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."
}
},
"entity": {
"sensor": {
"season": {
"state": {
"spring": "Spring",
"summer": "Summer",
"autumn": "Autumn",
"winter": "Winter"
}
}
}
2022-03-07 17:58:29 +00:00
}
}