1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00
Files
core/homeassistant/components/sun/strings.json
2023-03-16 12:16:08 +01:00

22 lines
436 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": {
"_": {
"state": {
"above_horizon": "Above horizon",
"below_horizon": "Below horizon"
}
}
}
}