hOn/custom_components/hon/translations/en.json

36 lines
703 B
JSON
Raw Normal View History

2023-02-19 02:58:21 +01:00
{
2023-03-05 00:54:57 +01:00
"config": {
"step": {
"user": {
"description": "Please enters your hOn credentials",
"data": {
"email": "Email Address",
"password": "Password"
2023-02-19 02:58:21 +01:00
}
2023-03-05 00:54:57 +01:00
}
2023-02-19 02:58:21 +01:00
}
2023-03-05 00:54:57 +01:00
},
"entity": {
"sensor": {
"mode": {
"state": {
2023-03-05 21:16:09 +01:00
"0": "Disconnected",
2023-03-05 00:54:57 +01:00
"1": "Ready",
"2": "Running",
2023-03-05 21:16:09 +01:00
"3": "Paused",
2023-03-05 00:54:57 +01:00
"5": "Scheduled",
"6": "Error",
"7": "Finished"
}
},
"errors": {
2023-03-05 19:19:52 +01:00
"state": {
"00": "No error",
"100000000000": "E2: Check if the door is closed",
"8000000000000": "E4: Check the water supply"
}
2023-03-05 00:54:57 +01:00
}
}
}
}