mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 18:24:50 -05:00
92 lines
3.4 KiB
JSON
92 lines
3.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"wrong_device": "The device does not match the original WattWächter Plus 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": {
|
|
"auth": {
|
|
"data": {
|
|
"token": "[%key:common::config_flow::data::api_token%]"
|
|
},
|
|
"data_description": {
|
|
"token": "The API token for your WattWächter Plus device."
|
|
},
|
|
"title": "Authentication required"
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"token": "[%key:common::config_flow::data::api_token%]"
|
|
},
|
|
"data_description": {
|
|
"token": "[%key:component::wattwaechter::config::step::auth::data_description::token%]"
|
|
},
|
|
"description": "The API token for {host} is no longer valid. Enter a new token to reconnect.",
|
|
"title": "Re-authenticate WattWächter Plus"
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"token": "[%key:common::config_flow::data::api_token%]"
|
|
},
|
|
"data_description": {
|
|
"host": "[%key:component::wattwaechter::config::step::user::data_description::host%]",
|
|
"token": "[%key:component::wattwaechter::config::step::auth::data_description::token%]"
|
|
},
|
|
"title": "Reconfigure WattWächter Plus"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your WattWächter Plus device."
|
|
},
|
|
"title": "Add WattWächter Plus"
|
|
},
|
|
"zeroconf_confirm": {
|
|
"description": "A WattWächter device was found on your network.\n\nModel: {model}\nFirmware: {firmware}\nHost: {host}\nDevice ID: {device_id}",
|
|
"title": "WattWächter Plus discovered"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"active_power": { "name": "Active power" },
|
|
"active_power_phase": { "name": "Active power {phase}" },
|
|
"current_phase": { "name": "Current {phase}" },
|
|
"export_tariff_1": { "name": "Feed-in tariff 1" },
|
|
"export_tariff_2": { "name": "Feed-in tariff 2" },
|
|
"export_total": { "name": "Total feed-in" },
|
|
"frequency": { "name": "Grid frequency" },
|
|
"import_tariff_1": { "name": "Consumption tariff 1" },
|
|
"import_tariff_2": { "name": "Consumption tariff 2" },
|
|
"import_total": { "name": "Total consumption" },
|
|
"power_factor_phase": { "name": "Power factor {phase}" },
|
|
"voltage_phase": { "name": "Voltage {phase}" }
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"auth_failed": {
|
|
"message": "Authentication failed: {error}"
|
|
},
|
|
"cannot_connect": {
|
|
"message": "Cannot connect to {host}"
|
|
},
|
|
"no_meter_data": {
|
|
"message": "No meter data available from {host} yet"
|
|
},
|
|
"update_failed": {
|
|
"message": "Failed to fetch data: {error}"
|
|
}
|
|
}
|
|
}
|