mirror of
https://github.com/magico13/ha-emporia-vue.git
synced 2026-01-09 12:27:57 -05:00
* Added OptionsFlow support * Formatted code * Corrected and added typing * Removed linting errors where possible * Added VSCode configuration files
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"email": "Email",
|
|
"enable_1d": "Energy Today Sensor",
|
|
"enable_1m": "Power Minute Average Sensor",
|
|
"enable_1mon": "Energy This Month Sensor",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"email": "Email",
|
|
"enable_1d": "Energy Today Sensor",
|
|
"enable_1m": "Power Minute Average Sensor",
|
|
"enable_1mon": "Energy This Month Sensor",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |