1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/flipr/strings.json
2023-09-29 19:13:24 +02:00

55 lines
1.4 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to Flipr",
"description": "Connect using your Flipr account.",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"flipr_id": {
"title": "Choose your Flipr",
"description": "Choose your Flipr ID in the list",
"data": {
"flipr_id": "Flipr ID"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"no_flipr_id_found": "No flipr id associated to your account for now. You should verify it is working with the Flipr's mobile app first."
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"entity": {
"binary_sensor": {
"ph_status": {
"name": "pH status"
},
"chlorine_status": {
"name": "Chlorine status"
}
},
"sensor": {
"chlorine": {
"name": "Chlorine"
},
"water_temperature": {
"name": "Water temperature"
},
"last_measured": {
"name": "Last measured"
},
"red_ox": {
"name": "Red OX"
}
}
}
}