2020-07-02 00:14:54 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
2022-12-12 10:40:00 +00:00
|
|
|
"title": "Set up Dexcom integration",
|
2020-07-02 00:14:54 +00:00
|
|
|
"description": "Enter Dexcom Share credentials",
|
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"server": "Server"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-02 18:48:12 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
2020-07-02 00:14:54 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
},
|
2020-10-02 18:48:12 +00:00
|
|
|
"abort": {
|
2020-10-28 10:03:33 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
2020-10-02 18:48:12 +00:00
|
|
|
}
|
2020-07-02 00:14:54 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"unit_of_measurement": "Unit of measurement"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-08-22 20:09:18 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"sensor": {
|
|
|
|
"glucose_value": {
|
|
|
|
"name": "Glucose value"
|
|
|
|
},
|
|
|
|
"glucose_trend": {
|
2024-03-12 20:02:37 +00:00
|
|
|
"name": "Glucose trend",
|
|
|
|
"state": {
|
|
|
|
"rising_quickly": "Rising quickly",
|
|
|
|
"rising": "Rising",
|
|
|
|
"rising_slightly": "Rising slightly",
|
|
|
|
"steady": "Steady",
|
|
|
|
"falling_slightly": "Falling slightly",
|
|
|
|
"falling": "Falling",
|
|
|
|
"falling_quickly": "Falling quickly"
|
|
|
|
}
|
2023-08-22 20:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
2020-07-02 00:14:54 +00:00
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|