1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
core/homeassistant/components/gree/strings.json
2025-10-28 10:33:10 +01:00

33 lines
672 B
JSON

{
"config": {
"abort": {
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"step": {
"confirm": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
}
},
"entity": {
"switch": {
"fresh_air": {
"name": "Fresh air"
},
"health_mode": {
"name": "Health mode"
},
"light": {
"name": "Panel light"
},
"quiet": {
"name": "Quiet mode"
},
"xfan": {
"name": "Xtra fan"
}
}
}
}