1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/season/strings.json
2023-12-05 09:48:46 +01:00

36 lines
649 B
JSON

{
"title": "Season",
"config": {
"step": {
"user": {
"data": {
"type": "Type of season definition"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
},
"entity": {
"sensor": {
"season": {
"state": {
"spring": "Spring",
"summer": "Summer",
"autumn": "Autumn",
"winter": "Winter"
}
}
}
},
"selector": {
"season_type": {
"options": {
"astronomical": "Astronomical",
"meteorological": "Meteorological"
}
}
}
}