core/homeassistant/components/plugwise/strings.json

264 lines
8.0 KiB
JSON
Raw Normal View History

Update plugwise to async and config_flow (#33691) * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Fix formatting for pyupgrade * Update homeassistant/components/plugwise/__init__.py Co-Authored-By: Robert Svensson <Kane610@users.noreply.github.com> * Add try/except on setup * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Readd already reviewd await try/except * Readd already reviewed config_flow * Fix pylint * Fix per 0.109 translations * Remove unused import from merge * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Bump module version * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Fix pylint * Fix per 0.109 translations * Translations and config_flow, module version bump with required changes * Translations and config_flow, module version bump with required changes * Fix requirements * Fix requirements * Fix pylint * Fix pylint * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Include configentrynotready on import * Update __init__.py * DataUpdateCoordinator and comment non-PR-platforms * Fix reqs * Rename devices variable in favor of entities * Rework updates with DataUpdateCoordinator * Peer review * Peer review second part * Cleanup comments and redundant code * Added required config_flow test * Peer review third part * Update service was replaced by DataUpdateCoordinator * Corrected testing, version bump for InvalidAuth, move uniq_id * Remove according to review * Await connect (py38) * Remove unneccesary code * Show only when multiple * Improve config_flow, rename consts * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Process review comments Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-28 15:52:25 +00:00
{
"config": {
"step": {
"user": {
"title": "Connect to the Smile",
"description": "Please enter",
Update plugwise to async and config_flow (#33691) * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Fix formatting for pyupgrade * Update homeassistant/components/plugwise/__init__.py Co-Authored-By: Robert Svensson <Kane610@users.noreply.github.com> * Add try/except on setup * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Readd already reviewd await try/except * Readd already reviewed config_flow * Fix pylint * Fix per 0.109 translations * Remove unused import from merge * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Bump module version * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Fix pylint * Fix per 0.109 translations * Translations and config_flow, module version bump with required changes * Translations and config_flow, module version bump with required changes * Fix requirements * Fix requirements * Fix pylint * Fix pylint * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Include configentrynotready on import * Update __init__.py * DataUpdateCoordinator and comment non-PR-platforms * Fix reqs * Rename devices variable in favor of entities * Rework updates with DataUpdateCoordinator * Peer review * Peer review second part * Cleanup comments and redundant code * Added required config_flow test * Peer review third part * Update service was replaced by DataUpdateCoordinator * Corrected testing, version bump for InvalidAuth, move uniq_id * Remove according to review * Await connect (py38) * Remove unneccesary code * Show only when multiple * Improve config_flow, rename consts * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Process review comments Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-28 15:52:25 +00:00
"data": {
2020-09-19 10:08:16 +00:00
"password": "Smile ID",
2020-10-05 19:56:47 +00:00
"host": "[%key:common::config_flow::data::ip%]",
"port": "[%key:common::config_flow::data::port%]",
2022-03-30 08:35:30 +00:00
"username": "Smile Username"
Update plugwise to async and config_flow (#33691) * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Fix formatting for pyupgrade * Update homeassistant/components/plugwise/__init__.py Co-Authored-By: Robert Svensson <Kane610@users.noreply.github.com> * Add try/except on setup * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Readd already reviewd await try/except * Readd already reviewed config_flow * Fix pylint * Fix per 0.109 translations * Remove unused import from merge * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Bump module version * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Fix pylint * Fix per 0.109 translations * Translations and config_flow, module version bump with required changes * Translations and config_flow, module version bump with required changes * Fix requirements * Fix requirements * Fix pylint * Fix pylint * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Include configentrynotready on import * Update __init__.py * DataUpdateCoordinator and comment non-PR-platforms * Fix reqs * Rename devices variable in favor of entities * Rework updates with DataUpdateCoordinator * Peer review * Peer review second part * Cleanup comments and redundant code * Added required config_flow test * Peer review third part * Update service was replaced by DataUpdateCoordinator * Corrected testing, version bump for InvalidAuth, move uniq_id * Remove according to review * Await connect (py38) * Remove unneccesary code * Show only when multiple * Improve config_flow, rename consts * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Process review comments Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-28 15:52:25 +00:00
}
}
},
"error": {
2020-10-05 19:56:47 +00:00
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_setup": "Add your Adam instead of your Anna, see the documentation",
"response_error": "Invalid XML data, or error indication received",
"unknown": "[%key:common::config_flow::error::unknown%]",
"unsupported": "Device with unsupported firmware"
Update plugwise to async and config_flow (#33691) * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Fix formatting for pyupgrade * Update homeassistant/components/plugwise/__init__.py Co-Authored-By: Robert Svensson <Kane610@users.noreply.github.com> * Add try/except on setup * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Readd already reviewd await try/except * Readd already reviewed config_flow * Fix pylint * Fix per 0.109 translations * Remove unused import from merge * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Bump module version * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Fix pylint * Fix per 0.109 translations * Translations and config_flow, module version bump with required changes * Translations and config_flow, module version bump with required changes * Fix requirements * Fix requirements * Fix pylint * Fix pylint * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Include configentrynotready on import * Update __init__.py * DataUpdateCoordinator and comment non-PR-platforms * Fix reqs * Rename devices variable in favor of entities * Rework updates with DataUpdateCoordinator * Peer review * Peer review second part * Cleanup comments and redundant code * Added required config_flow test * Peer review third part * Update service was replaced by DataUpdateCoordinator * Corrected testing, version bump for InvalidAuth, move uniq_id * Remove according to review * Await connect (py38) * Remove unneccesary code * Show only when multiple * Improve config_flow, rename consts * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Process review comments Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-28 15:52:25 +00:00
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"anna_with_adam": "Both Anna and Adam detected. Add your Adam instead of your Anna"
}
2022-12-05 11:18:20 +00:00
},
"entity": {
"binary_sensor": {
"compressor_state": {
"name": "Compressor state"
},
"cooling_enabled": {
"name": "Cooling enabled"
},
"dhw_state": {
"name": "DHW state"
},
"flame_state": {
"name": "Flame state"
},
"heating_state": {
"name": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::heating%]"
},
"cooling_state": {
"name": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::cooling%]"
},
"slave_boiler_state": {
"name": "Secondary boiler state"
},
"plugwise_notification": {
"name": "Plugwise notification"
}
},
"climate": {
"plugwise": {
"state_attributes": {
"available_schemas": {
"name": "Available schemas"
},
"preset_mode": {
"state": {
"asleep": "Night",
"away": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]",
"home": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::home%]",
"no_frost": "Anti-frost",
"vacation": "Vacation"
}
},
"selected_schema": {
"name": "Selected schema"
}
}
}
},
"number": {
"maximum_boiler_temperature": {
"name": "Maximum boiler temperature setpoint"
},
"max_dhw_temperature": {
"name": "Domestic hot water setpoint"
}
},
2022-12-05 11:18:20 +00:00
"select": {
"dhw_mode": {
"name": "DHW mode",
2022-12-05 11:18:20 +00:00
"state": {
"off": "[%key:common::state::off%]",
2022-12-05 11:18:20 +00:00
"auto": "Auto",
"boost": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::boost%]",
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]"
2022-12-05 11:18:20 +00:00
}
},
"regulation_mode": {
"name": "Regulation mode",
2022-12-05 11:18:20 +00:00
"state": {
"bleeding_cold": "Bleeding cold",
"bleeding_hot": "Bleeding hot",
"cooling": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::cooling%]",
"heating": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::heating%]",
"off": "[%key:common::state::off%]"
2022-12-05 11:18:20 +00:00
}
},
"select_schedule": {
"name": "Thermostat schedule"
}
},
"sensor": {
"setpoint": {
"name": "Setpoint"
},
"cooling_setpoint": {
"name": "Cooling setpoint"
},
"heating_setpoint": {
"name": "Heating setpoint"
},
"intended_boiler_temperature": {
"name": "Intended boiler temperature"
},
"temperature_difference": {
"name": "Temperature difference"
},
"outdoor_temperature": {
"name": "Outdoor temperature"
},
"outdoor_air_temperature": {
"name": "Outdoor air temperature"
},
"water_temperature": {
"name": "Water temperature"
},
"return_temperature": {
"name": "Return temperature"
},
"electricity_consumed": {
"name": "Electricity consumed"
},
"electricity_produced": {
"name": "Electricity produced"
},
"electricity_consumed_interval": {
"name": "Electricity consumed interval"
},
"electricity_consumed_peak_interval": {
"name": "Electricity consumed peak interval"
},
"electricity_consumed_off_peak_interval": {
"name": "Electricity consumed off peak interval"
},
"electricity_produced_interval": {
"name": "Electricity produced interval"
},
"electricity_produced_peak_interval": {
"name": "Electricity produced peak interval"
},
"electricity_produced_off_peak_interval": {
"name": "Electricity produced off peak interval"
},
"electricity_consumed_point": {
"name": "Electricity consumed point"
},
"electricity_consumed_off_peak_point": {
"name": "Electricity consumed off peak point"
},
"electricity_consumed_peak_point": {
"name": "Electricity consumed peak point"
},
"electricity_consumed_off_peak_cumulative": {
"name": "Electricity consumed off peak cumulative"
},
"electricity_consumed_peak_cumulative": {
"name": "Electricity consumed peak cumulative"
},
"electricity_produced_point": {
"name": "Electricity produced point"
},
"electricity_produced_off_peak_point": {
"name": "Electricity produced off peak point"
},
"electricity_produced_peak_point": {
"name": "Electricity produced peak point"
},
"electricity_produced_off_peak_cumulative": {
"name": "Electricity produced off peak cumulative"
},
"electricity_produced_peak_cumulative": {
"name": "Electricity produced peak cumulative"
},
"electricity_phase_one_consumed": {
"name": "Electricity phase one consumed"
},
"electricity_phase_two_consumed": {
"name": "Electricity phase two consumed"
},
"electricity_phase_three_consumed": {
"name": "Electricity phase three consumed"
},
"electricity_phase_one_produced": {
"name": "Electricity phase one produced"
},
"electricity_phase_two_produced": {
"name": "Electricity phase two produced"
},
"electricity_phase_three_produced": {
"name": "Electricity phase three produced"
},
"voltage_phase_one": {
"name": "Voltage phase one"
},
"voltage_phase_two": {
"name": "Voltage phase two"
},
"voltage_phase_three": {
"name": "Voltage phase three"
},
"gas_consumed_interval": {
"name": "Gas consumed interval"
},
"gas_consumed_cumulative": {
"name": "Gas consumed cumulative"
},
"net_electricity_point": {
"name": "Net electricity point"
},
"net_electricity_cumulative": {
"name": "Net electricity cumulative"
},
"modulation_level": {
"name": "Modulation level"
},
"valve_position": {
"name": "Valve position"
},
"water_pressure": {
"name": "Water pressure"
},
"dhw_temperature": {
"name": "DHW temperature"
},
"domestic_hot_water_setpoint": {
"name": "DHW setpoint"
},
"maximum_boiler_temperature": {
"name": "Maximum boiler temperature"
}
},
"switch": {
"cooling_ena_switch": {
"name": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::cooling%]"
},
"dhw_cm_switch": {
"name": "DHW comfort mode"
},
"lock": {
"name": "[%key:component::lock::entity_component::_::name%]"
},
"relay": {
"name": "Relay"
2022-12-05 11:18:20 +00:00
}
}
Update plugwise to async and config_flow (#33691) * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Fix formatting for pyupgrade * Update homeassistant/components/plugwise/__init__.py Co-Authored-By: Robert Svensson <Kane610@users.noreply.github.com> * Add try/except on setup * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Readd already reviewd await try/except * Readd already reviewed config_flow * Fix pylint * Fix per 0.109 translations * Remove unused import from merge * Update plugwise async, config_flow and multi entity * Update battery percentage * Fix yamllint on services * Fix yamllint on services * Bump module version * Bump module version, battery version and valve position * Removing sensor, switch, water_heater for later (child) PRs * Catchup and version bump * Remove title from strings.json * Fix pylint * Fix per 0.109 translations * Translations and config_flow, module version bump with required changes * Translations and config_flow, module version bump with required changes * Fix requirements * Fix requirements * Fix pylint * Fix pylint * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/__init__.py Improvement Co-authored-by: J. Nick Koston <nick@koston.org> * Include configentrynotready on import * Update __init__.py * DataUpdateCoordinator and comment non-PR-platforms * Fix reqs * Rename devices variable in favor of entities * Rework updates with DataUpdateCoordinator * Peer review * Peer review second part * Cleanup comments and redundant code * Added required config_flow test * Peer review third part * Update service was replaced by DataUpdateCoordinator * Corrected testing, version bump for InvalidAuth, move uniq_id * Remove according to review * Await connect (py38) * Remove unneccesary code * Show only when multiple * Improve config_flow, rename consts * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Update homeassistant/components/plugwise/climate.py Co-authored-by: J. Nick Koston <nick@koston.org> * Process review comments Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-28 15:52:25 +00:00
}
}