diff --git a/_config.yml b/_config.yml index 735d2b72708..5505ce95bad 100644 --- a/_config.yml +++ b/_config.yml @@ -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. diff --git a/source/_posts/2020-03-18-release-107.markdown b/source/_posts/2020-03-18-release-107.markdown index f4b9dc53ef5..0dbd6bd9a97 100644 --- a/source/_posts/2020-03-18-release-107.markdown +++ b/source/_posts/2020-03-18-release-107.markdown @@ -13,16 +13,18 @@ og_image: /images/blog/2020-03-0.107/social.png -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.

Screenshot of the new Lovelace config panel @@ -30,7 +32,9 @@ Screenshot of the new Lovelace config panel.

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.

-## 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!

-Screenshot of a dropdown config dialog -Screenshot of a dropdown config dialog. +Screenshot of a dropdown configuration dialog +Screenshot of a dropdown configuration dialog.

-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) diff --git a/source/images/blog/2020-03-0.107/components.png b/source/images/blog/2020-03-0.107/components.png new file mode 100644 index 00000000000..12445402f79 Binary files /dev/null and b/source/images/blog/2020-03-0.107/components.png differ