Files
core/homeassistant/components/triggercmd/strings.json
T

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

24 lines
664 B
JSON
Raw Normal View History

2024-09-11 09:49:37 -04:00
{
"config": {
2025-10-28 10:33:10 +01:00
"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%]",
"invalid_token": "Invalid token",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
2024-09-11 09:49:37 -04:00
"step": {
"user": {
"data": {
"token": "[%key:common::config_flow::data::access_token%]"
},
"data_description": {
"token": "The token from the TRIGGERcmd instructions page"
}
}
}
}
}