mirror of
https://github.com/Andre0512/hon.git
synced 2026-07-03 21:55:30 +02:00
fix pipeline
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user