You've already forked pyhOn
mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-12-03 21:44:55 +02:00
Fix some dw bugs
This commit is contained in:
@@ -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