1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/homeassistant/components/switchbot_cloud/strings.json
2025-10-28 10:33:10 +01:00

58 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"api_token": "[%key:common::config_flow::data::api_token%]"
}
}
}
},
"entity": {
"fan": {
"air_purifier": {
"state_attributes": {
"preset_mode": {
"state": {
"auto": "[%key:common::state::auto%]",
"normal": "[%key:common::state::normal%]",
"pet": "Pet",
"sleep": "Sleep"
}
}
}
}
},
"humidifier": {
"evaporative_humidifier": {
"state_attributes": {
"mode": {
"state": {
"drying_filter": "Drying filter",
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"quiet": "Quiet",
"target_humidity": "Target humidity"
}
}
}
}
},
"sensor": {
"light_level": {
"name": "Light level"
}
}
}
}