1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/sun/strings.json
2025-10-28 10:33:10 +01:00

48 lines
1.3 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
}
},
"entity": {
"binary_sensor": {
"solar_rising": {
"name": "Solar rising",
"state": {
"off": "Setting",
"on": "Rising"
}
}
},
"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" }
}
},
"entity_component": {
"_": {
"name": "[%key:component::sun::title%]",
"state": {
"above_horizon": "Above horizon",
"below_horizon": "Below horizon"
}
}
},
"issues": {
"deprecated_sun_solar_rising": {
"description": "The 'Solar rising' sensor of the Sun integration is being deprecated; an equivalent 'Solar rising' binary sensor has been made available as a replacement. To resolve this issue, disable {entity}.",
"title": "Deprecated 'Solar rising' sensor"
}
},
"title": "Sun"
}