1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/homeassistant/components/season/strings.json
T
2026-03-06 08:33:20 +01:00

41 lines
739 B
JSON

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