mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 12:46:22 +01:00
Remove TODO
This commit is contained in:
parent
6bc1b0b5a8
commit
91b56a4a7d
@ -216,7 +216,6 @@ def parse_descriptor_value(value):
|
||||
]:
|
||||
try:
|
||||
val = val_method(value)
|
||||
# TODO: What about ByteBuffer and strings
|
||||
buffer = ByteBuffer_ns.wrap(val)
|
||||
return buffer, buffer.get_capacity()
|
||||
except cv.Invalid:
|
||||
|
Loading…
Reference in New Issue
Block a user