From 8db1129f5c44655cdd14091a339f6e6ab4bf13e9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 13 Mar 2019 21:21:48 -0700 Subject: [PATCH] Update 2019-03-20-release-90.markdown --- source/_posts/2019-03-20-release-90.markdown | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/source/_posts/2019-03-20-release-90.markdown b/source/_posts/2019-03-20-release-90.markdown index 7ce76490ba6..8f0ce5d97a0 100644 --- a/source/_posts/2019-03-20-release-90.markdown +++ b/source/_posts/2019-03-20-release-90.markdown @@ -13,9 +13,23 @@ og_image: /images/blog/2019-03-release-90/components.png - - Remote connection available for Home Assistant Cloud! Check out the cloud page in config - - New stream component to stream cameras smoothly to frontend and other devices like Chromecast. Initial version only supports h264 codec. Each camera integration will need to be updated for it. - - User groups! Restrict admin access to users ([at least UI wise](https://developers.home-assistant.io/blog/2019/03/11/user-permissions.html)) +Remote connection available for Home Assistant Cloud! Check out the cloud page in config to get going. + +## {% linkable_title Streams %} + +New stream component to stream cameras smoothly to frontend and other devices like Chromecast. Initial version only supports h264 codec. Each camera integration will need to be updated for it. + +Add to config: `stream:`. Now there is a new camera.play_stream service. + +
+ +
+ +## {% linkable_title User Groups %} + +User groups! Restrict admin access to users ([at least UI wise](https://developers.home-assistant.io/blog/2019/03/11/user-permissions.html)) + + ## {% linkable_title New Platforms %}