1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-12-06 18:44:14 -05:00

Switch to using mqtt

This commit is contained in:
Nathan Spencer
2025-11-22 04:40:58 +00:00
parent 171a608314
commit 886d7598f3
34 changed files with 2036 additions and 1057 deletions

View File

@@ -3,24 +3,29 @@
"step": {
"user": {
"data": {
"host": "Host"
"email": "Email",
"password": "Password"
}
},
"reconfigure": {
"data": {
"host": "Host"
"email": "Email",
"password": "Password"
}
}
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_host": "Invalid hostname or IP address",
"timeout_connect": "Timeout establishing connection",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "Device is already configured",
"reconfigure_successful": "Re-configuration was successful"
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful",
"reconfigure_successful": "Re-configuration was successful",
"wrong_account": "Account used for the integration should not change"
}
},
"options": {
@@ -141,4 +146,4 @@
"message": "Playlists are not currently supported"
}
}
}
}