Files
homeassistant-core/homeassistant/components/switchbee/strings.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
833 B
JSON
Raw Normal View History

2022-09-13 10:01:29 +03:00
{
"config": {
"step": {
"user": {
"description": "Set up SwitchBee integration with Home Assistant.",
2022-09-13 10:01:29 +03:00
"data": {
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
2022-09-16 15:19:50 +03:00
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your SwitchBee device."
2022-09-13 10:01:29 +03:00
}
}
},
"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%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}