mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 15:34:53 +01:00
fix
This commit is contained in:
parent
e8097f3bbd
commit
0319ac233a
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ def _validate_variant(value):
|
|||
raise cv.Invalid(f"USB device is unsupported by ESP32 variant {variant}")
|
||||
return value
|
||||
|
||||
|
||||
CONF_USB_DEVICE = "usb_device"
|
||||
|
||||
usb_device_ns = cg.esphome_ns.namespace(CONF_USB_DEVICE)
|
||||
|
|
Loading…
Reference in a new issue