Add sensors, renamed repo

This commit is contained in:
Andre Basche
2023-03-05 21:16:09 +01:00
parent 5682149ecc
commit 9d8b17b2cf
17 changed files with 70 additions and 28 deletions

View File

@ -0,0 +1,35 @@
{
"config": {
"step": {
"user": {
"description": "Please enters your hOn credentials",
"data": {
"email": "Email Address",
"password": "Password"
}
}
}
},
"entity": {
"sensor": {
"mode": {
"state": {
"0": "Disconnected",
"1": "Ready",
"2": "Running",
"3": "Paused",
"5": "Scheduled",
"6": "Error",
"7": "Finished"
}
},
"errors": {
"state": {
"00": "No error",
"100000000000": "E2: Check if the door is closed",
"8000000000000": "E4: Check the water supply"
}
}
}
}
}