mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
41 lines
739 B
JSON
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"
|
|
}
|