fix pipeline

This commit is contained in:
Vadym Melnychuk
2023-12-03 20:31:46 +02:00
parent 191bcedaa2
commit 4772374db7
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ class HonSelectEntity(HonEntity, SelectEntity):
command = key_parts[0]
if (self.entity_description.send_key_only):
await self._device.commands[command].send_specific(key_parts[1])
await self._device.commands[command].send_specific([key_parts[1]])
else:
await self._device.commands[command].send()