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

@@ -18,4 +18,6 @@ BIT_LUA = "LS1bWwoKTFVBIE1PRFVMRQoKICBiaXQubnVtYmVybHVhIC0gQml0d2lzZSBvcGVyYXRpb
CONF_SERVERS = {
1: "MSmartHome",
2: "美的美居",
}
}
CONF_HOMES = "homes"
CONF_SELECTED_HOMES = "selected_homes"