Merge branch 'master' into flatten_lst_route

This commit is contained in:
Richard Bowman 2020-03-26 13:26:23 +00:00
commit 0c84053834
21 changed files with 11071 additions and 63 deletions

View file

@ -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

View file

@ -241,6 +241,7 @@ def dynamic_form():
return {
"icon": "sd_storage",
"title": "Storage",
"viewPanel": "gallery",
"forms": [
{
"name": "Autostorage",