diff --git a/source/_posts/2022-05-04-release-20225.markdown b/source/_posts/2022-05-04-release-20225.markdown index 8b4d848bee2..a1ec2487198 100644 --- a/source/_posts/2022-05-04-release-20225.markdown +++ b/source/_posts/2022-05-04-release-20225.markdown @@ -59,6 +59,7 @@ Enjoy the (beta) release! - [And there is even more!](#and-there-is-even-more) - [Database optimizations](#database-optimizations) - [Update entity updates](#update-entity-updates) +- [Insteon control panel](#insteon-control-panel) - [Template selector](#template-selector) - [Other noteworthy changes](#other-noteworthy-changes) - [New Integrations](#new-integrations) @@ -561,9 +562,28 @@ entity: [AVM FRITZ!Box Tools]: /integrations/fritz [Sensibo]: /integrations/sensibo -## Template selector +## Insteon control panel -{% details "TODO" %} +In case you have missed it, the US smart home company Insteon went out of +business and shut down its cloud services. +[Read more about it in our dedicated blog post][insteon-blog]. + +As Home Assistant works with Insteon locally, we have seen quite a few new +users joining our community; so: + +👋 Hello, dear Insteon user. We have a new control panel for you! + +

+Screenshot showing the new Insteon control panel +The new Insteon control panel allows you to manage your Insteon devices. +

+ +This new control panel allows you to manage your Insteon device from +Home Assistant directly, just like you would have done previously with +the Insteon application. + +[Tom Harris]: https://github.com/teharris1 +[insteon-blog]: /blog/2022/04/19/for-insteon-users/ ## Template selector diff --git a/source/images/blog/2022-05/insteon-panel.png b/source/images/blog/2022-05/insteon-panel.png new file mode 100644 index 00000000000..89163ba8dda Binary files /dev/null and b/source/images/blog/2022-05/insteon-panel.png differ diff --git a/source/images/blog/2022-05/template-editor.png b/source/images/blog/2022-05/template-editor.png new file mode 100644 index 00000000000..94bb18afdf2 Binary files /dev/null and b/source/images/blog/2022-05/template-editor.png differ