mirror of https://github.com/home-assistant/core
33 lines
663 B
JSON
33 lines
663 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"confirm": {
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"switch": {
|
|
"light": {
|
|
"name": "Panel light"
|
|
},
|
|
"quiet": {
|
|
"name": "Quiet"
|
|
},
|
|
"fresh_air": {
|
|
"name": "Fresh air"
|
|
},
|
|
"xfan": {
|
|
"name": "XFan"
|
|
},
|
|
"health_mode": {
|
|
"name": "Health mode"
|
|
}
|
|
}
|
|
}
|
|
}
|