core/homeassistant/components/sun/strings.json

23 lines
483 B
JSON

{
"title": "Sun",
"config": {
"step": {
"user": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
},
"entity_component": {
"_": {
"name": "[%key:component::sun::title%]",
"state": {
"above_horizon": "Above horizon",
"below_horizon": "Below horizon"
}
}
}
}