feat: add device by homeid

This commit is contained in:
sususweet
2025-09-30 15:06:27 +08:00
parent bbf4d168e7
commit 8b93c58654
6 changed files with 111 additions and 14 deletions

View File

@@ -2,6 +2,8 @@
"config": {
"error": {
"no_home": "No available home",
"no_homes": "No available homes",
"no_homes_selected": "Please select at least one home",
"account_invalid": "Failed to authenticate on Midea cloud, the password may be changed",
"invalid_input": "Illegal input, IP address or 'auto' needed",
"login_failed": "Failed to login, wrong account or password",
@@ -38,6 +40,13 @@
"data": {
"ip_address": "IP address('auto' for discovery automatic)"
}
},
"select_homes": {
"title": "Select Homes",
"description": "Select the homes to add devices from, all selected by default",
"data": {
"selected_homes": "Select Homes"
}
}
}
},