diff --git a/source/_posts/2020-11-18-release-118.markdown b/source/_posts/2020-11-18-release-118.markdown index 319ed68f94f..34b512e5096 100644 --- a/source/_posts/2020-11-18-release-118.markdown +++ b/source/_posts/2020-11-18-release-118.markdown @@ -41,6 +41,7 @@ Issues introduced in the beta are processed with priority. - [Logbook Card](#logbook-card) - [Native types support for templates](#native-types-support-for-templates) - [Home Assistant OS](#home-assistant-os) +- [Supervisor Network](#supervisor-network) - [Other noteworthy changes](#other-noteworthy-changes) - [New Integrations](#new-integrations) - [New Platforms](#new-platforms) @@ -121,6 +122,19 @@ Hardkernel's ODROID-C4, a very cost effective single board computer featuring the Amlogic S905X3 SoC and 4GB of DDR4 memory (thanks @ubergeek801). Testers welcome! +## Supervisor Network + +Soon we release a new Supervisor version which include a new Network layer which +support WLAN, VLAN and multiple network interfaces. This should cover most of +the future request. Next step is that we use all the information from our Network +backand to simplify some Add-ons. Also a Snapshot/Restore is on the roadmap for +the Network layer. + +

+New Supervisor Network configuration UI +New Supervisor Network configuration UI +

+ ## Other noteworthy changes - [@frenck] Lorem ipsum! diff --git a/source/images/blog/2020-11-0.118/supervisor-network.gif b/source/images/blog/2020-11-0.118/supervisor-network.gif new file mode 100644 index 00000000000..b40d4c76832 Binary files /dev/null and b/source/images/blog/2020-11-0.118/supervisor-network.gif differ