core/homeassistant/components/tractive/strings.json

65 lines
1.6 KiB
JSON
Raw Normal View History

{
"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."
}
2022-12-05 15:45:57 +00:00
},
"entity": {
"binary_sensor": {
"tracker_battery_charging": {
"name": "Tracker battery charging"
}
},
"device_tracker": {
"tracker": {
"name": "Tracker"
}
},
2022-12-05 15:45:57 +00:00
"sensor": {
"daily_goal": {
"name": "Daily goal"
},
"minutes_active": {
"name": "Minutes active"
},
"tracker_battery_level": {
"name": "Tracker battery"
},
2022-12-05 15:45:57 +00:00
"tracker_state": {
"name": "Tracker state",
2022-12-05 15:45:57 +00:00
"state": {
"not_reporting": "Not reporting",
"operational": "Operational",
"system_shutdown_user": "System shutdown user",
"system_startup": "System startup"
}
}
},
"switch": {
"tracker_buzzer": {
"name": "Tracker buzzer"
},
"tracker_led": {
"name": "Tracker LED"
},
"live_tracking": {
"name": "Live tracking"
}
2022-12-05 15:45:57 +00:00
}
}
2022-03-30 08:35:30 +00:00
}