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

49 lines
981 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"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"
},
"last_seen": {
"name": "Last seen"
},
"chlorine_high": {
"name": "Chlorine high"
},
"chlorine_low": {
"name": "Chlorine low"
},
"ph_high": {
"name": "pH high"
},
"ph_low": {
"name": "pH low"
}
}
}
}