1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/vicare/strings.json
2025-11-13 10:54:55 +01:00

623 lines
19 KiB
JSON

{
"config": {
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"flow_title": "{name}",
"step": {
"reauth_confirm": {
"data": {
"client_id": "[%key:component::vicare::config::step::user::data::client_id%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"client_id": "[%key:component::vicare::config::step::user::data_description::client_id%]",
"password": "[%key:component::vicare::config::step::user::data_description::password%]"
},
"description": "Please verify credentials."
},
"user": {
"data": {
"client_id": "Client ID",
"heating_type": "Heating type",
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::email%]"
},
"data_description": {
"client_id": "The ID of the API client created in the [Viessmann developer portal]({viessmann_developer_portal}).",
"heating_type": "Allows to overrule the device auto detection.",
"password": "The password to log in to your ViCare account.",
"username": "The email address to log in to your ViCare account."
},
"description": "Set up ViCare integration."
}
}
},
"entity": {
"binary_sensor": {
"burner": {
"name": "Burner"
},
"child_safety_lock_mode": {
"name": "Child safety lock"
},
"circulation_pump": {
"name": "Circulation pump"
},
"compressor": {
"name": "Compressor"
},
"domestic_hot_water_charging": {
"name": "DHW charging"
},
"domestic_hot_water_circulation_pump": {
"name": "DHW circulation pump"
},
"domestic_hot_water_pump": {
"name": "DHW pump"
},
"frost_protection": {
"name": "Frost protection"
},
"identification_mode": {
"name": "Identification mode"
},
"mounting_mode": {
"name": "Mounting mode"
},
"one_time_charge": {
"name": "One-time charge"
},
"solar_pump": {
"name": "Solar pump"
},
"valve": {
"name": "Valve"
},
"ventilation_frost_protection": {
"name": "Ventilation frost protection"
}
},
"button": {
"activate_onetimecharge": {
"name": "Activate one-time charge"
},
"deactivate_onetimecharge": {
"name": "Deactivate one-time charge"
}
},
"climate": {
"heating": {
"name": "Heating"
}
},
"fan": {
"ventilation": {
"name": "Ventilation",
"state_attributes": {
"preset_mode": {
"state": {
"permanent": "Permanent",
"sensor_driven": "Sensor-driven",
"sensor_override": "Schedule with sensor-override",
"standard": "Minimal",
"standby": "[%key:common::state::standby%]",
"ventilation": "Schedule"
}
}
}
}
},
"number": {
"comfort_cooling_temperature": {
"name": "Comfort cooling temperature"
},
"comfort_heating_temperature": {
"name": "Comfort heating temperature"
},
"comfort_temperature": {
"name": "Comfort temperature"
},
"dhw_hysteresis_switch_off": {
"name": "DHW hysteresis switch off"
},
"dhw_hysteresis_switch_on": {
"name": "DHW hysteresis switch on"
},
"dhw_secondary_temperature": {
"name": "DHW secondary temperature"
},
"dhw_temperature": {
"name": "DHW temperature"
},
"heating_curve_shift": {
"name": "Heating curve shift"
},
"heating_curve_slope": {
"name": "Heating curve slope"
},
"normal_cooling_temperature": {
"name": "Normal cooling temperature"
},
"normal_heating_temperature": {
"name": "Normal heating temperature"
},
"normal_temperature": {
"name": "Normal temperature"
},
"reduced_cooling_temperature": {
"name": "Reduced cooling temperature"
},
"reduced_heating_temperature": {
"name": "Reduced heating temperature"
},
"reduced_temperature": {
"name": "Reduced temperature"
}
},
"sensor": {
"boiler_supply_temperature": {
"name": "Boiler supply temperature"
},
"boiler_temperature": {
"name": "Boiler temperature"
},
"buffer_bottom_temperature": {
"name": "Buffer bottom temperature"
},
"buffer_main_temperature": {
"name": "Buffer main temperature"
},
"buffer_mid_bottom_temperature": {
"name": "Buffer mid bottom temperature"
},
"buffer_mid_top_temperature": {
"name": "Buffer mid top temperature"
},
"buffer_middle_temperature": {
"name": "Buffer middle temperature"
},
"buffer_top_temperature": {
"name": "Buffer top temperature"
},
"burner_hours": {
"name": "Burner hours"
},
"burner_modulation": {
"name": "Burner modulation"
},
"burner_starts": {
"name": "Burner starts"
},
"collector_temperature": {
"name": "Solar collector temperature"
},
"compressor_hours": {
"name": "Compressor hours"
},
"compressor_hours_loadclass1": {
"name": "Compressor hours load class 1"
},
"compressor_hours_loadclass2": {
"name": "Compressor hours load class 2"
},
"compressor_hours_loadclass3": {
"name": "Compressor hours load class 3"
},
"compressor_hours_loadclass4": {
"name": "Compressor hours load class 4"
},
"compressor_hours_loadclass5": {
"name": "Compressor hours load class 5"
},
"compressor_inlet_pressure": {
"name": "Compressor inlet pressure"
},
"compressor_inlet_temperature": {
"name": "Compressor inlet temperature"
},
"compressor_outlet_pressure": {
"name": "Compressor outlet pressure"
},
"compressor_outlet_temperature": {
"name": "Compressor outlet temperature"
},
"compressor_phase": {
"name": "Compressor phase",
"state": {
"cooling": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::cooling%]",
"defrost": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::defrosting%]",
"heating": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::heating%]",
"off": "[%key:common::state::off%]",
"passive_defrost": "Passive defrosting",
"pause": "[%key:common::state::idle%]",
"preparing": "Preparing",
"preparing_defrost": "Preparing defrost",
"ready": "[%key:common::state::idle%]"
}
},
"compressor_starts": {
"name": "Compressor starts"
},
"condenser_liquid_temperature": {
"name": "Condenser liquid temperature"
},
"condenser_subcooling_temperature": {
"name": "Condenser subcooling temperature"
},
"dhw_storage_bottom_temperature": {
"name": "DHW storage bottom temperature"
},
"dhw_storage_middle_temperature": {
"name": "DHW storage middle temperature"
},
"dhw_storage_temperature": {
"name": "DHW storage temperature"
},
"dhw_storage_top_temperature": {
"name": "DHW storage top temperature"
},
"energy_consumption_cooling_this_month": {
"name": "Cooling electricity consumption this month"
},
"energy_consumption_cooling_this_year": {
"name": "Cooling electricity consumption this year"
},
"energy_consumption_cooling_today": {
"name": "Cooling electricity consumption today"
},
"energy_dhw_summary_consumption_heating_currentday": {
"name": "DHW electricity consumption today"
},
"energy_dhw_summary_consumption_heating_currentmonth": {
"name": "DHW electricity consumption this month"
},
"energy_dhw_summary_consumption_heating_currentyear": {
"name": "DHW electricity consumption this year"
},
"energy_summary_consumption_heating_currentday": {
"name": "Heating electricity consumption today"
},
"energy_summary_consumption_heating_currentmonth": {
"name": "Heating electricity consumption this month"
},
"energy_summary_consumption_heating_currentyear": {
"name": "Heating electricity consumption this year"
},
"energy_summary_consumption_heating_lastsevendays": {
"name": "Heating electricity consumption last seven days"
},
"energy_summary_dhw_consumption_heating_lastsevendays": {
"name": "DHW electricity consumption last seven days"
},
"ess_charge_total": {
"name": "Battery charge total"
},
"ess_discharge_this_month": {
"name": "Battery discharge this month"
},
"ess_discharge_this_week": {
"name": "Battery discharge this week"
},
"ess_discharge_this_year": {
"name": "Battery discharge this year"
},
"ess_discharge_today": {
"name": "Battery discharge today"
},
"ess_discharge_total": {
"name": "Battery discharge total"
},
"ess_power_current": {
"name": "Battery power"
},
"ess_state": {
"name": "Battery state",
"state": {
"charge": "[%key:common::state::charging%]",
"discharge": "[%key:common::state::discharging%]",
"standby": "[%key:common::state::standby%]"
}
},
"evaporator_liquid_temperature": {
"name": "Evaporator liquid temperature"
},
"evaporator_overheat_temperature": {
"name": "Evaporator overheat temperature"
},
"filter_hours": {
"name": "Filter hours"
},
"filter_overdue_hours": {
"name": "Filter overdue hours"
},
"filter_remaining_hours": {
"name": "Filter remaining hours"
},
"fuel_need": {
"name": "Fuel need"
},
"gas_consumption_fuelcell_this_month": {
"name": "Fuel cell gas consumption this month"
},
"gas_consumption_fuelcell_this_week": {
"name": "Fuel cell gas consumption this week"
},
"gas_consumption_fuelcell_this_year": {
"name": "Fuel cell gas consumption this year"
},
"gas_consumption_fuelcell_today": {
"name": "Fuel cell gas consumption today"
},
"gas_consumption_heating_this_month": {
"name": "Heating gas consumption this month"
},
"gas_consumption_heating_this_week": {
"name": "Heating gas consumption this week"
},
"gas_consumption_heating_this_year": {
"name": "Heating gas consumption this year"
},
"gas_consumption_heating_today": {
"name": "Heating gas consumption today"
},
"gas_consumption_total_this_month": {
"name": "Gas consumption this month"
},
"gas_consumption_total_this_week": {
"name": "Gas consumption this week"
},
"gas_consumption_total_this_year": {
"name": "Gas consumption this year"
},
"gas_consumption_total_today": {
"name": "Gas consumption today"
},
"gas_summary_consumption_heating_currentday": {
"name": "Heating gas consumption today"
},
"gas_summary_consumption_heating_currentmonth": {
"name": "Heating gas consumption this month"
},
"gas_summary_consumption_heating_currentyear": {
"name": "Heating gas consumption this year"
},
"gas_summary_consumption_heating_lastsevendays": {
"name": "Heating gas consumption last seven days"
},
"heating_rod_hours": {
"name": "Heating rod hours"
},
"heating_rod_starts": {
"name": "Heating rod starts"
},
"hotwater_gas_consumption_heating_this_month": {
"name": "DHW gas consumption this month"
},
"hotwater_gas_consumption_heating_this_week": {
"name": "DHW gas consumption this week"
},
"hotwater_gas_consumption_heating_this_year": {
"name": "DHW gas consumption this year"
},
"hotwater_gas_consumption_today": {
"name": "DHW gas consumption today"
},
"hotwater_gas_summary_consumption_heating_currentday": {
"name": "DHW gas consumption today"
},
"hotwater_gas_summary_consumption_heating_currentmonth": {
"name": "DHW gas consumption this month"
},
"hotwater_gas_summary_consumption_heating_currentyear": {
"name": "DHW gas consumption this year"
},
"hotwater_gas_summary_consumption_heating_lastsevendays": {
"name": "DHW gas consumption last seven days"
},
"hotwater_max_temperature": {
"name": "DHW max temperature"
},
"hotwater_min_temperature": {
"name": "DHW min temperature"
},
"hotwater_out_temperature": {
"name": "DHW out temperature"
},
"hydraulic_separator_temperature": {
"name": "Hydraulic separator temperature"
},
"outside_humidity": {
"name": "Outside humidity"
},
"outside_temperature": {
"name": "Outside temperature"
},
"pcc_energy_consumption": {
"name": "Energy import from grid"
},
"pcc_energy_feed_in": {
"name": "Energy export to grid"
},
"pcc_transfer_power_exchange": {
"name": "Power exchange with grid"
},
"photovoltaic_energy_production_this_month": {
"name": "PV energy production this month"
},
"photovoltaic_energy_production_this_week": {
"name": "PV energy production this week"
},
"photovoltaic_energy_production_this_year": {
"name": "PV energy production this year"
},
"photovoltaic_energy_production_today": {
"name": "PV energy production today"
},
"photovoltaic_energy_production_total": {
"name": "PV energy production total"
},
"photovoltaic_power_production_current": {
"name": "PV power"
},
"photovoltaic_status": {
"name": "PV state",
"state": {
"production": "Producing",
"ready": "[%key:common::state::standby%]"
}
},
"power_consumption_this_month": {
"name": "Electricity consumption this month"
},
"power_consumption_this_week": {
"name": "Electricity consumption this week"
},
"power_consumption_this_year": {
"name": "Electricity consumption this year"
},
"power_consumption_today": {
"name": "Electricity consumption today"
},
"power_production_current": {
"name": "Power production current"
},
"power_production_this_month": {
"name": "Energy production this month"
},
"power_production_this_week": {
"name": "Energy production this week"
},
"power_production_this_year": {
"name": "Energy production this year"
},
"power_production_today": {
"name": "Energy production today"
},
"primary_circuit_return_temperature": {
"name": "Primary circuit return temperature"
},
"primary_circuit_supply_temperature": {
"name": "Primary circuit supply temperature"
},
"return_temperature": {
"name": "Return temperature"
},
"secondary_circuit_return_temperature": {
"name": "Secondary circuit return temperature"
},
"secondary_circuit_supply_temperature": {
"name": "Secondary circuit supply temperature"
},
"solar_power_production_this_month": {
"name": "Solar energy production this month"
},
"solar_power_production_this_week": {
"name": "Solar energy production this week"
},
"solar_power_production_this_year": {
"name": "Solar energy production this year"
},
"solar_power_production_today": {
"name": "Solar energy production today"
},
"solar_storage_temperature": {
"name": "Solar storage temperature"
},
"spf_dhw": {
"name": "Seasonal performance factor - domestic hot water"
},
"spf_heating": {
"name": "Seasonal performance factor - heating"
},
"spf_total": {
"name": "Seasonal performance factor"
},
"supply_fan_hours": {
"name": "Supply fan hours"
},
"supply_fan_speed": {
"name": "Supply fan speed"
},
"supply_humidity": {
"name": "Supply humidity"
},
"supply_pressure": {
"name": "Supply pressure"
},
"supply_temperature": {
"name": "Supply temperature"
},
"valve_position": {
"name": "Valve position"
},
"ventilation_input_volumeflow": {
"name": "Ventilation input volume flow"
},
"ventilation_level": {
"name": "Ventilation level",
"state": {
"levelfour": "4",
"levelone": "1",
"levelthree": "3",
"leveltwo": "2",
"standby": "[%key:common::state::standby%]"
}
},
"ventilation_output_volumeflow": {
"name": "Ventilation output volume flow"
},
"ventilation_reason": {
"name": "Ventilation reason",
"state": {
"forcedlevelfour": "Boost",
"permanent": "Permanent",
"schedule": "Schedule",
"sensordriven": "Sensor-driven",
"silent": "Silent",
"standby": "[%key:common::state::standby%]"
}
},
"volumetric_flow": {
"name": "Volumetric flow"
},
"zigbee_signal_strength": {
"name": "[%key:component::sensor::entity_component::signal_strength::name%]"
}
},
"water_heater": {
"domestic_hot_water": {
"name": "Domestic hot water"
}
}
},
"exceptions": {
"program_not_activated": {
"message": "Unable to activate ViCare program {program}"
},
"program_not_deactivated": {
"message": "Unable to deactivate ViCare program {program}"
},
"program_unknown": {
"message": "Cannot translate preset {preset} into a valid ViCare program"
}
},
"services": {
"set_vicare_mode": {
"description": "Sets the mode of the climate device as defined by Viessmann.",
"fields": {
"vicare_mode": {
"description": "For supported values, see the `vicare_modes` attribute of the climate entity.",
"name": "ViCare mode"
}
},
"name": "Set ViCare mode"
}
}
}