1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/homeassistant/components/waterfurnace/strings.json
2026-03-16 19:04:14 +01:00

122 lines
5.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"cannot_connect": "Please verify your credentials.",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"no_devices": "No devices found on your account.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"unknown": "Unexpected error, please try again.",
"wrong_account": "You must reauthenticate with the same WaterFurnace account that was originally configured."
},
"error": {
"cannot_connect": "Failed to connect to WaterFurnace service",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"no_devices": "No devices found on your account.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "[%key:component::waterfurnace::config::step::user::data_description::password%]",
"username": "[%key:component::waterfurnace::config::step::user::data_description::username%]"
},
"description": "Please re-enter your WaterFurnace Symphony account credentials.",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "Your WaterFurnace Symphony account password",
"username": "Your WaterFurnace Symphony account username"
},
"description": "Enter your WaterFurnace Symphony account credentials.",
"title": "Connect to WaterFurnace"
}
}
},
"entity": {
"sensor": {
"actual_compressor_speed": {
"name": "Compressor speed"
},
"airflow_current_speed": {
"name": "Fan speed"
},
"aux_power": {
"name": "Aux power"
},
"compressor_power": {
"name": "Compressor power"
},
"entering_water_temp": {
"name": "Loop temperature"
},
"fan_power": {
"name": "Fan power"
},
"leaving_air_temp": {
"name": "Leaving air temperature"
},
"leaving_water_temp": {
"name": "Leaving water temperature"
},
"loop_pump_power": {
"name": "Loop pump power"
},
"mode": {
"name": "Furnace mode"
},
"room_temp": {
"name": "Room temperature"
},
"total_unit_power": {
"name": "Total power"
},
"tstat_active_setpoint": {
"name": "Active setpoint"
},
"tstat_cooling_setpoint": {
"name": "Cooling setpoint"
},
"tstat_dehumid_setpoint": {
"name": "Dehumidification setpoint"
},
"tstat_heating_setpoint": {
"name": "Heating setpoint"
},
"tstat_humid_setpoint": {
"name": "Humidity setpoint"
},
"water_flow_rate": {
"name": "Water flow rate"
}
}
},
"issues": {
"deprecated_yaml_import_issue_cannot_connect": {
"description": "Configuring {integration_title} via YAML is deprecated and will be removed in a future release. While importing your configuration, we could not connect to {integration_title}. Please check your YAML configuration and restart Home Assistant, or remove the {domain} key from your configuration and configure the integration via the UI.",
"title": "[%key:component::waterfurnace::issues::deprecated_yaml_import_issue_unknown::title%]"
},
"deprecated_yaml_import_issue_invalid_auth": {
"description": "Configuring {integration_title} via YAML is deprecated and will be removed in a future release. While importing your configuration, invalid authentication details were found. Please correct your YAML configuration and restart Home Assistant, or remove the {domain} key from your configuration and configure the integration via the UI.",
"title": "[%key:component::waterfurnace::issues::deprecated_yaml_import_issue_unknown::title%]"
},
"deprecated_yaml_import_issue_no_devices": {
"description": "Configuring {integration_title} via YAML is deprecated and will be removed in a future release. While importing your configuration, no devices were found on your account. Please verify your account has devices and restart Home Assistant, or remove the {domain} key from your configuration and configure the integration via the UI.",
"title": "[%key:component::waterfurnace::issues::deprecated_yaml_import_issue_unknown::title%]"
},
"deprecated_yaml_import_issue_unknown": {
"description": "Configuring {integration_title} via YAML is deprecated and will be removed in a future release. While importing your configuration an unknown exception has been encountered. Please correct your YAML configuration and restart Home Assistant, or remove the {domain} key from your configuration and configure the integration via the UI.",
"title": "WaterFurnace YAML configuration import failed"
}
}
}