mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-19 19:56:57 +02:00
Fix some dw bugs
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ class HonAppliance:
|
||||
category = category.split(".")[-1].lower()
|
||||
categories[category] = result[0]
|
||||
if categories:
|
||||
return [list(categories.values())[0]]
|
||||
return [list(categories.values())[-1]]
|
||||
return []
|
||||
|
||||
def _get_commands(self, data):
|
||||
|
||||
Reference in New Issue
Block a user