Committing some additional notes for 0.107 blog post

This commit is contained in:
Franck Nijhof 2020-03-10 22:21:19 +01:00
parent e05bc95c5c
commit 704e2e3e4f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 28 additions and 12 deletions

View File

@ -100,9 +100,9 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 106
current_patch_version: 5
date_released: 2020-03-03
current_minor_version: 107
current_patch_version: 0
date_released: 2020-03-18
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -13,16 +13,18 @@ og_image: /images/blog/2020-03-0.107/social.png
<a href='/integrations/#version/0.107'><img src='/images/blog/2020-03-0.107/components.png' style='border: 0;box-shadow: none;'></a>
Well, hello!, Home Assistant Core 0.107! We are happy to see you 😃
Well, hello!, Home Assistant Core 0.107 beta! Enjoy the testing! 😃
These are the draft release notes for the upcoming release, currently in Beta.
**TODO**: Intro text
## Bye State UI, hello multiple Lovelace dashboards
As announced with [0.105](/blog/2020/02/05/release-105), the old states UI is removed in this release. We did a survey to see what people would miss from states UI and found out that it is used mostly as a overview of all entities besides a nice layout that can be made in Lovelace.
We found a solution for that, and then some... You are now able to create multiple Lovelace dashboards. This means you can have a dashboard with your main layout, one that is autogenerated (like State UI), one for experimenting, one for admins, one managed in YAML, one managed in the UI, etc.
We found a solution for that, and then some... You are now able to create multiple Lovelace dashboards. This means you can have a dashboard with your main layout, one that is auto-generated (like State UI), one for experimenting, one for admins, one managed in YAML, one managed in the UI, etc.
You can create unlimited dashboards right from the UI in the new Lovelace config panel. YAML dashboards can be set up in `configuration.yaml`, see the documentation.
You can create unlimited dashboards right from the UI in the new Lovelace configuration panel. YAML dashboards can be set up in `configuration.yaml`, see the documentation.
<p class='img'>
<img src='/images/blog/2020-03-0.107/lovelace-config-panel.png' alt='Screenshot of the new Lovelace config panel'></a>
@ -30,7 +32,9 @@ Screenshot of the new Lovelace config panel.
</p>
This comes with a breaking change for people that use Lovelace in YAML mode, you need to move the `resource` section from your `ui-lovelace.yaml` to the `lovelace:` section in `configuration.yaml`.
For users in storage mode, we automaticlly migrate your resources, they are no longer found in the raw config editor, but in the Lovelace config panel.
For users in storage mode, we automatically migrate your resources, they are no longer found in the raw configuration editor, but in the Lovelace configuration panel.
**TODO:** Correct, YAML resources in the old file are used as a fallback and print a warning
## New media player card
@ -41,22 +45,34 @@ For users in storage mode, we automaticlly migrate your resources, they are no l
Screenshot of the new Media Control Card.
</p>
## Helpers Config Panel
## Helpers Configuration Panel
When you create advanced automations, you often need a helper. Like a toggle, to save a state, or another input field. Until now you always had to define them in YAML.
We now have an UI to add and manage these Helper elements, one step closer to not needing YAML anymore!
<p class='img'>
<img src='/images/blog/2020-03-0.107/helper-config-dialog.png' alt='Screenshot of a dropdown config dialog'></a>
Screenshot of a dropdown config dialog.
<img src='/images/blog/2020-03-0.107/helper-config-dialog.png' alt='Screenshot of a dropdown configuration dialog'></a>
Screenshot of a dropdown configuration dialog.
</p>
Other noteworthy changes:
## Improvements to Lovelace editing experience
**TODO**: Add bunch of screenshots...
- [@zsarnett] changed the looks of our card picker, instead of a simple button to pick a card, you now get a live preview with your own entities.
- [@zsarnett](https://github.com/zsarnett) changed the looks of our card picker, instead of a simple button to pick a card, you now get a live preview with your own entities.
- [@thomasloven](https://github.com/thomasloven) added an UI editor for the stack cards and conditional card.
- [@Misiu](https://github.com/Misiu) added an UI to set the visibility per user for views.
## Other noteworthy changes
- [@Misiu](https://github.com/Misiu) added an UI to set the visibility per user for views.
- Data tables are now lightning fast! Even on mobile 🚀
- The log book had some speed improvements, thanks [@KapJI]!
- [@bdraco] just went all in on the August integration, making it a top notch integration! Awesome job there!
- TODO: Check all changes to find some more... Tons of bug fixes...?
## New Integrations
- Add platform Ezviz ([@BaQs] - [#30378]) ([ezviz docs]) (new-integration)

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB