mirror of https://github.com/home-assistant/core
33 lines
846 B
JSON
33 lines
846 B
JSON
{
|
|
"title": "Sun",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
|
}
|
|
}
|
|
},
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::sun::title%]",
|
|
"state": {
|
|
"above_horizon": "Above horizon",
|
|
"below_horizon": "Below horizon"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"next_dawn": { "name": "Next dawn" },
|
|
"next_dusk": { "name": "Next dusk" },
|
|
"next_midnight": { "name": "Next midnight" },
|
|
"next_noon": { "name": "Next noon" },
|
|
"next_rising": { "name": "Next rising" },
|
|
"next_setting": { "name": "Next setting" },
|
|
"solar_azimuth": { "name": "Solar azimuth" },
|
|
"solar_elevation": { "name": "Solar elevation" },
|
|
"solar_rising": { "name": "Solar rising" }
|
|
}
|
|
}
|
|
}
|