diff --git a/source/_posts/2022-01-07-android-quest.markdown b/source/_posts/2022-01-07-android-quest.markdown index 374156fbad9..53c406a9a6b 100644 --- a/source/_posts/2022-01-07-android-quest.markdown +++ b/source/_posts/2022-01-07-android-quest.markdown @@ -33,6 +33,8 @@ We are just getting started with things. As usual our users are really good at f ![Screenshot of App on Quest](/images/blog/2022-01-android/app_on_quest.png) + + ## Hello Sidequest! Wait Sidequest, what is that? Sidequest is the alternative App Store for the Oculus Quest. diff --git a/source/_posts/2022-02-02-release-20222.markdown b/source/_posts/2022-02-02-release-20222.markdown index f7e20c0e4bd..32bad5e1bf8 100644 --- a/source/_posts/2022-02-02-release-20222.markdown +++ b/source/_posts/2022-02-02-release-20222.markdown @@ -40,6 +40,8 @@ Enjoy the release! ../Frenck + + - [Updates from Nabu Casa](#updates-from-nabu-casa) - [Media improvements](#media-improvements) - [Check for updates](#check-for-updates) diff --git a/source/_posts/2022-02-08-android-february.markdown b/source/_posts/2022-02-08-android-february.markdown index 2f676bff092..92681db6406 100644 --- a/source/_posts/2022-02-08-android-february.markdown +++ b/source/_posts/2022-02-08-android-february.markdown @@ -22,6 +22,8 @@ We have a pretty big release this month with a lot of changes going on. Some of The first major change that we want to cover is for [Local Push Notifications]. Before this release, all notifications were routed via Google. Now notifications can be delivered directly from your Home Assistant server if you have remote access set up. These notifications do not count towards the rate limit and are shown on the device immediately, every time. + + So what's the breaking change? The app needs to establish and maintain a constant connection to your Home Assistant server with WebSockets. In order to do this, we have to create a persistent notification and this can be upsetting to some users. A persistent notification lets Android know the app has important ongoing tasks where we do not want the background process stopped. The purpose of this notification is identical to our Sensor Worker, which allows the app to continue sending sensor updates while in the background. Just like Sensor Worker, our WebSockets notification also has its own notification channel to allow you to customize the appearance. You are free to minimize (or silence) this notification to hide the icon from appearing in your status bar. diff --git a/source/_posts/2022-03-02-release-20223.markdown b/source/_posts/2022-03-02-release-20223.markdown index 0a6fb1139fd..2db2f287913 100644 --- a/source/_posts/2022-03-02-release-20223.markdown +++ b/source/_posts/2022-03-02-release-20223.markdown @@ -38,6 +38,8 @@ Enjoy the release! ../Frenck + + - [The Home Assistant Newsletter](#the-home-assistant-newsletter) - [Media Selector and the new "Play media" action](#media-selector-and-the-new-play-media-action) - [More media sources!](#more-media-sources) diff --git a/source/_posts/2022-04-06-release-20224.markdown b/source/_posts/2022-04-06-release-20224.markdown index 4f250934262..45ff18b835b 100644 --- a/source/_posts/2022-04-06-release-20224.markdown +++ b/source/_posts/2022-04-06-release-20224.markdown @@ -38,6 +38,8 @@ Enjoy the release! ../Frenck + + - [Goodbye Lovelace, Hello Dashboards](#goodbye-lovelace-hello-dashboards) - [Hide entities](#hide-entities) - [Now available in the UI: Groups!](#now-available-in-the-ui-groups) diff --git a/source/state-of-the-open-home/index.markdown b/source/state-of-the-open-home/index.markdown index 650f9108739..f48dd5cc895 100644 --- a/source/state-of-the-open-home/index.markdown +++ b/source/state-of-the-open-home/index.markdown @@ -12,6 +12,7 @@ og_image: /images/state-of-the-open-home/social.png The State of the Open Home took place on December 11, 2021. Watch the recording of the event above. The following blog posts have been published based on State of the Open Home presentations: +- [Energy management research using Home Assistant](/blog/2021/12/28/northeastern-university-home-energy-management/) - [Multi-server support in iOS 2021.12](/blog/2021/12/18/ios-multi-server/) - [Android 2021.12: Wear OS Beta!](/blog/2021/12/20/android-december-2021-release/) - [Demo: Genie, privacy-preserving virtual assistant by Stanford](/blog/2021/12/21/stanford-genie/)