mirror of https://github.com/home-assistant/core
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Set up Dexcom integration",
|
|
"description": "Enter Dexcom Share credentials",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"server": "Server"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"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_account%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"unit_of_measurement": "Unit of measurement"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"glucose_value": {
|
|
"name": "Glucose value"
|
|
},
|
|
"glucose_trend": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|