1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/homeassistant/components/smarla/strings.json
2026-03-03 21:31:31 +01:00

65 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"unique_id_mismatch": "Please ensure you reconfigure against the same device."
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"malformed_token": "Malformed access token"
},
"step": {
"reauth_confirm": {
"data": {
"access_token": "[%key:common::config_flow::data::access_token%]"
},
"data_description": {
"access_token": "[%key:component::smarla::config::step::user::data_description::access_token%]"
}
},
"user": {
"data": {
"access_token": "[%key:common::config_flow::data::access_token%]"
},
"data_description": {
"access_token": "The access token generated by the Swing2Sleep app."
}
}
}
},
"entity": {
"button": {
"send_diagnostics": {
"name": "Send diagnostics"
}
},
"number": {
"intensity": {
"name": "Intensity"
}
},
"sensor": {
"activity": {
"name": "Activity"
},
"amplitude": {
"name": "Amplitude"
},
"period": {
"name": "Period"
},
"swing_count": {
"name": "Swing count",
"unit_of_measurement": "swings"
}
},
"switch": {
"smart_mode": {
"name": "Smart Mode"
}
}
}
}