mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add "more" tags to some blog posts (#22387)
This commit is contained in:
parent
01a8cc9924
commit
9e49f44a7e
@ -33,6 +33,8 @@ We are just getting started with things. As usual our users are really good at f
|
||||
|
||||

|
||||
|
||||
<!--more-->
|
||||
|
||||
## Hello Sidequest!
|
||||
|
||||
Wait Sidequest, what is that? Sidequest is the alternative App Store for the Oculus Quest.
|
||||
|
@ -40,6 +40,8 @@ Enjoy the release!
|
||||
|
||||
../Frenck
|
||||
|
||||
<!--more-->
|
||||
|
||||
- [Updates from Nabu Casa](#updates-from-nabu-casa)
|
||||
- [Media improvements](#media-improvements)
|
||||
- [Check for updates](#check-for-updates)
|
||||
|
@ -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.
|
||||
|
||||
<!--more-->
|
||||
|
||||
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.
|
||||
|
@ -38,6 +38,8 @@ Enjoy the release!
|
||||
|
||||
../Frenck
|
||||
|
||||
<!--more-->
|
||||
|
||||
- [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)
|
||||
|
@ -38,6 +38,8 @@ Enjoy the release!
|
||||
|
||||
../Frenck
|
||||
|
||||
<!--more-->
|
||||
|
||||
- [Goodbye Lovelace, Hello Dashboards](#goodbye-lovelace-hello-dashboards)
|
||||
- [Hide entities](#hide-entities)
|
||||
- [Now available in the UI: Groups!](#now-available-in-the-ui-groups)
|
||||
|
@ -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/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user