mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-11-19 02:23:42 -05:00
Add ability to reconfigure integration to handle updated host ip
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
"host": "Host"
|
||||
}
|
||||
},
|
||||
"reconfigure": {
|
||||
"data": {
|
||||
"host": "Host"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {}
|
||||
}
|
||||
@@ -17,7 +22,9 @@
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured"
|
||||
"already_configured": "Device is already configured",
|
||||
"reauth_successful": "Re-authentication was successful",
|
||||
"reconfigure_successful": "Re-configuration was successful"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user