1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-01 11:46:40 +01:00
Files
core/homeassistant/components/vistapool/strings.json
T
2026-06-02 12:10:48 +02:00

77 lines
2.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
},
"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": {
"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": {
"button": {
"led_pulse": {
"name": "LED next color"
}
},
"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."
}
}
}