core/homeassistant/components/smarla/strings.json

49 lines
1021 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"
}
},
"number": {
"intensity": {
"name": "Intensity"
}
},
"sensor": {
"amplitude": {
"name": "Amplitude"
},
"period": {
"name": "Period"
},
"activity": {
"name": "Activity"
},
"swing_count": {
"name": "Swing count",
"unit_of_measurement": "swings"
}
}
}
}