29 lines
650 B
JSON
29 lines
650 B
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"malformed_token": "Malformed access token"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"access_token": "[%key:common::config_flow::data::access_token%]"
|
|
},
|
|
"data_description": {
|
|
"access_token": "The access token generated by the Swing2Sleep app."
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"switch": {
|
|
"smart_mode": {
|
|
"name": "Smart Mode"
|
|
}
|
|
}
|
|
}
|
|
}
|