mirror of
https://github.com/home-assistant/core.git
synced 2026-05-20 15:30:26 +01:00
261ca2dd9a
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"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%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"device_id": "Device ID",
|
|
"password": "Device Authentication Code",
|
|
"username": "User ID"
|
|
},
|
|
"data_description": {
|
|
"device_id": "Your CentriConnect/MyPropane device ID",
|
|
"password": "Your CentriConnect/MyPropane device authentication code",
|
|
"username": "Your CentriConnect/MyPropane user ID"
|
|
},
|
|
"description": "Enter your CentriConnect/MyPropane device credentials."
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"alert_status": {
|
|
"name": "Alert status",
|
|
"state": {
|
|
"critical_level": "Critical level",
|
|
"low_level": "Low level",
|
|
"no_alert": "No alert"
|
|
}
|
|
},
|
|
"altitude": {
|
|
"name": "Altitude"
|
|
},
|
|
"battery_voltage": {
|
|
"name": "Battery voltage"
|
|
},
|
|
"device_temperature": {
|
|
"name": "Device temperature"
|
|
},
|
|
"lte_signal_level": {
|
|
"name": "LTE signal level"
|
|
},
|
|
"lte_signal_strength": {
|
|
"name": "LTE signal strength"
|
|
},
|
|
"solar_level": {
|
|
"name": "Solar level"
|
|
},
|
|
"solar_voltage": {
|
|
"name": "Solar voltage"
|
|
},
|
|
"tank_level": {
|
|
"name": "Tank level"
|
|
},
|
|
"tank_remaining_volume": {
|
|
"name": "Tank remaining volume"
|
|
},
|
|
"tank_size": {
|
|
"name": "Tank size"
|
|
}
|
|
}
|
|
}
|
|
}
|