34 lines
993 B
JSON
34 lines
993 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"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%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reauth_failed_existing": "Could not update the config entry, please remove the integration and set it up again."
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"tracker_state": {
|
|
"state": {
|
|
"not_reporting": "Not reporting",
|
|
"operational": "Operational",
|
|
"system_shutdown_user": "System shutdown user",
|
|
"system_startup": "System startup"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|