mirror of
https://github.com/home-assistant/core.git
synced 2026-07-05 05:35:29 +01:00
a4eba86a6c
Co-authored-by: Claude <noreply@anthropic.com>
188 lines
4.7 KiB
JSON
188 lines
4.7 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"account_mismatch": "The credentials entered are for a different Vistapool account than the one being reconfigured.",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"no_pools": "No pools were found on this account.",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"flow_title": "Vistapool pool controller",
|
|
"step": {
|
|
"reconfigure": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"password": "The new password for your Vistapool account."
|
|
},
|
|
"description": "Update the stored password for {username}.",
|
|
"title": "Reconfigure Vistapool"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Vistapool Username"
|
|
},
|
|
"data_description": {
|
|
"password": "The password for your Vistapool account",
|
|
"username": "The email used for your Vistapool account"
|
|
},
|
|
"description": "Enter your Vistapool credentials. All pools on the account will be added automatically.",
|
|
"title": "Authentication"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"backwash": {
|
|
"name": "Backwash"
|
|
},
|
|
"chlorine_module": {
|
|
"name": "Chlorine module"
|
|
},
|
|
"chlorine_pump": {
|
|
"name": "Chlorine pump"
|
|
},
|
|
"conductivity_module": {
|
|
"name": "Conductivity module"
|
|
},
|
|
"dosing_tank": {
|
|
"name": "Dosing tank"
|
|
},
|
|
"electrolysis_low": {
|
|
"name": "Electrolysis low"
|
|
},
|
|
"filtration": {
|
|
"name": "Filtration"
|
|
},
|
|
"heating": {
|
|
"name": "Heating"
|
|
},
|
|
"hidro_cover_reduction": {
|
|
"name": "Hidro cover reduction"
|
|
},
|
|
"hidro_fl2": {
|
|
"name": "Hidro FL2"
|
|
},
|
|
"hidro_flow": {
|
|
"name": "Hidro flow"
|
|
},
|
|
"hidro_module": {
|
|
"name": "Hidro module"
|
|
},
|
|
"hydrolysis_low": {
|
|
"name": "Hydrolysis low"
|
|
},
|
|
"io_module": {
|
|
"name": "IO module"
|
|
},
|
|
"ph_acid_pump": {
|
|
"name": "pH acid pump"
|
|
},
|
|
"ph_base_pump": {
|
|
"name": "pH base pump"
|
|
},
|
|
"ph_module": {
|
|
"name": "pH module"
|
|
},
|
|
"ph_pump_alarm": {
|
|
"name": "pH pump alarm"
|
|
},
|
|
"redox_module": {
|
|
"name": "Redox module"
|
|
},
|
|
"redox_pump": {
|
|
"name": "Redox pump"
|
|
}
|
|
},
|
|
"button": {
|
|
"led_pulse": {
|
|
"name": "LED next color"
|
|
}
|
|
},
|
|
"light": {
|
|
"pool_light": {
|
|
"name": "[%key:component::light::title%]"
|
|
}
|
|
},
|
|
"number": {
|
|
"electrolysis_setpoint": {
|
|
"name": "Electrolysis setpoint"
|
|
},
|
|
"heating_maximum_temperature": {
|
|
"name": "Heating maximum temperature"
|
|
},
|
|
"heating_minimum_temperature": {
|
|
"name": "Heating minimum temperature"
|
|
},
|
|
"hydrolysis_setpoint": {
|
|
"name": "Hydrolysis setpoint"
|
|
},
|
|
"intel_temperature": {
|
|
"name": "Intel temperature"
|
|
},
|
|
"ph_maximum": {
|
|
"name": "pH maximum"
|
|
},
|
|
"ph_minimum": {
|
|
"name": "pH minimum"
|
|
},
|
|
"redox_setpoint": {
|
|
"name": "Redox setpoint"
|
|
},
|
|
"smart_maximum_temperature": {
|
|
"name": "Smart maximum temperature"
|
|
},
|
|
"smart_minimum_temperature": {
|
|
"name": "Smart minimum temperature"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"chlorine": {
|
|
"name": "Chlorine"
|
|
},
|
|
"conductivity": {
|
|
"name": "Conductivity"
|
|
},
|
|
"electrolysis": {
|
|
"name": "Electrolysis"
|
|
},
|
|
"filtration_intel_time": {
|
|
"name": "Filtration intel time"
|
|
},
|
|
"hydrolysis": {
|
|
"name": "Hydrolysis"
|
|
},
|
|
"redox_potential": {
|
|
"name": "Redox potential"
|
|
},
|
|
"rssi": {
|
|
"name": "Wi-Fi signal strength"
|
|
},
|
|
"uv": {
|
|
"name": "UV"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"invalid_credentials": {
|
|
"message": "Invalid Vistapool credentials."
|
|
},
|
|
"no_pools": {
|
|
"message": "No pools were found on this account."
|
|
},
|
|
"set_failed": {
|
|
"message": "Failed to set {entity}."
|
|
},
|
|
"update_failed": {
|
|
"message": "Error fetching data from Vistapool."
|
|
}
|
|
}
|
|
}
|