diff --git a/source/_posts/2021-12-11-release-202112.markdown b/source/_posts/2021-12-11-release-202112.markdown index 4dbdb836921..62ace36f819 100644 --- a/source/_posts/2021-12-11-release-202112.markdown +++ b/source/_posts/2021-12-11-release-202112.markdown @@ -102,12 +102,6 @@ has added full support for buttons too! Besides adding a restart button, you can now create button entities from ESPHome to trigger something on your DIY project from Home Assistant. -## Local only users - -This features allows you to mark users in your home as "local only". - -- Add local only users ([@balloob] - [#57598]) ([config docs]) ([auth docs]) - ## Redesigned area panel and the area Lovelace card The area panel has been redesigned. Instead of a list of areas, it now @@ -132,6 +126,19 @@ Screenshot of a new area Lovelace card. [@zsarnett]: https://github.com/zsarnett +## Users that can only login from the local network + +This new feature allows you to make users that can only login from the local +network and not from the internet or cloud. + +This can be useful if you have users that are not always at your home or +a dedicated user for a wall tablet that never needs to be able to login +remotely. + +Screenshot of user configuration in Home Assistant with local only enabled. + +{% my people badge %} + ## Z-Wave JS SmartStart and entity categories Z-Wave JS now support SmartStart! You can add devices supporting that, diff --git a/source/images/blog/2021-12/local-only-user.png b/source/images/blog/2021-12/local-only-user.png new file mode 100644 index 00000000000..78f3299447c Binary files /dev/null and b/source/images/blog/2021-12/local-only-user.png differ