diff --git a/source/_includes/site/sidebar.html b/source/_includes/site/sidebar.html index 81abe7cd946..38fa8d55074 100644 --- a/source/_includes/site/sidebar.html +++ b/source/_includes/site/sidebar.html @@ -2,7 +2,7 @@ {% assign url_parts = page.url | split: '/' %} {% if url_parts[1] == 'components' %} {% include asides/component_navigation.html | compact_newlines %} - {% elsif url_parts[1] == 'cookbook' %} + {% elsif url_parts[1] == 'cookbook' %} {% include asides/cookbook_navigation.html | compact_newlines %} {% elsif url_parts[1] == 'lovelace' %} {% include asides/lovelace_navigation.html | compact_newlines %} diff --git a/source/_posts/2018-07-06-release-73.markdown b/source/_posts/2018-07-06-release-73.markdown index 95495aa5716..c9407b53e59 100644 --- a/source/_posts/2018-07-06-release-73.markdown +++ b/source/_posts/2018-07-06-release-73.markdown @@ -11,9 +11,20 @@ categories: Release-Notes og_image: /images/blog/2018-07-0.73/components.png --- - +Today we're releasing Home Assistant 0.73. First, let's talk security. Home Assistant has a lot of power. It can control all devices in your house and know what you're up to. That's why securing it is very important. It's not good enough to connect your instance unsecured to the internet and hope no one will find it. All ports on all computers are regularly scanned by bad actors. Please read [our guidelines thoroughly](https://www.home-assistant.io/docs/configuration/securing/) and follow them. -Lots of Lovelace changes. +In the meanwhile, we're also working hard on the new authentication system. A preview version is included in this release, more info on [our developer blog](https://developers.home-assistant.io/blog/2018/07/02/trying-new-auth.html). + +This release also includes a TON of love for the new Lovelace UI. Yes, it's still experimental but daaang, it's already so awesome that you should probably just go ahead and try it out. Thanks to all the devs who have jumped on this: [@c727], [@ciotlosm] and [@jeradM]. + +We don't have time to go through all the changes in this release, but [@ciotlosm] has been keeping [a very detailed changelog](https://github.com/ciotlosm/docs-lovelace/blob/0.73.0/changelog.md). I'll just leave this screenshot by [@arsaboo] of the new picture-elements card: + +

+Screenshot of a floorplan with sensor info and light/camera controls overlayed. +The new picture elements card. +

+ +And last but not least, [@Klikini] has upgraded Rachio support from cloud polling to cloud push! Now you'll be able to get instantly notified of changes to your sprinklers. NICE! ## {% linkable_title New Platforms %} @@ -206,6 +217,10 @@ Experiencing issues introduced by this release? Please report them in our [issue [#15234]: https://github.com/home-assistant/home-assistant/pull/15234 [#15237]: https://github.com/home-assistant/home-assistant/pull/15237 [#15248]: https://github.com/home-assistant/home-assistant/pull/15248 +[@ciotlosm]: https://github.com/ciotlosm +[@jeradM]: https://github.com/jeradM +[@c727]: https://github.com/c727 +[@arsaboo]: https://github.com/arsaboo [@Hate-Usernames]: https://github.com/Hate-Usernames [@JeffLIrion]: https://github.com/JeffLIrion [@Kane610]: https://github.com/Kane610 diff --git a/source/images/blog/2018-07-0.73/lovelace-elements.png b/source/images/blog/2018-07-0.73/lovelace-elements.png new file mode 100644 index 00000000000..0e6fda3367a Binary files /dev/null and b/source/images/blog/2018-07-0.73/lovelace-elements.png differ