Added example Web Component extension
This commit is contained in:
parent
6b14ea8395
commit
85b43c307d
3 changed files with 66 additions and 0 deletions
|
|
@ -13,3 +13,5 @@ except Exception as e:
|
|||
logging.error(
|
||||
f"Exception loading builtin extension picamera_autocalibrate: \n{traceback.format_exc()}"
|
||||
)
|
||||
|
||||
from ..example_extensions.custom_element import customelement_extension_v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue