From e3f0cb3ea2afde15d7ccf4c99fe060d8af6ce423 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 9 Oct 2019 23:38:20 -0700 Subject: [PATCH] Update post --- _config.yml | 4 +-- ...rkdown => 2019-10-10-release-100.markdown} | 30 +++++++++++-------- 2 files changed, 20 insertions(+), 14 deletions(-) rename source/_posts/{2019-10-09-release-100.markdown => 2019-10-10-release-100.markdown} (97%) diff --git a/_config.yml b/_config.yml index d9c16deede8..e18361fda98 100644 --- a/_config.yml +++ b/_config.yml @@ -100,9 +100,9 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 100 +current_minor_version: 100 current_patch_version: 0 -date_released: 2019-10-09 +date_released: 2019-10-10 # 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/2019-10-09-release-100.markdown b/source/_posts/2019-10-10-release-100.markdown similarity index 97% rename from source/_posts/2019-10-09-release-100.markdown rename to source/_posts/2019-10-10-release-100.markdown index 5435c6862f4..42eb221281b 100644 --- a/source/_posts/2019-10-09-release-100.markdown +++ b/source/_posts/2019-10-10-release-100.markdown @@ -2,8 +2,8 @@ layout: post title: "0.100: Better Plex, Bye JSON, HERE Travel time." description: "A lot of frontend work, performance tweaks and more device automations." -date: 2019-10-09 01:05:02 -date_formatted: "October 9, 2019" +date: 2019-10-10 01:05:02 +date_formatted: "October 10, 2019" author: Paulus Schoutsen author_twitter: balloob comments: true @@ -13,7 +13,7 @@ og_image: /images/blog/2019-09-0.100/components.png -Welcome to the release notes of yet another wonderful release! No, we're not going for 1.0, we're doing 0.100! We feel like we're not ready yet with our vision for 1.0, but we're making progress every day. For a sneak peak of what we're thinking about, check our blog [Simple mode in Home Assistant 1.0](https://developers.home-assistant.io/blog/2019/10/05/simple-mode.html). +Welcome to the release notes of yet another wonderful release! No, we're not going for 1.0, we're doing 0.100! We feel like we're not ready yet with our goals for 1.0, but we're making progress every day. For a sneak peak of what we're thinking about, check our blog [Simple mode in Home Assistant 1.0](https://developers.home-assistant.io/blog/2019/10/05/simple-mode.html). ## Hacktoberfest @@ -30,7 +30,7 @@ Last 14 days of pull pequest throughput in the Home Assistant organization. ( Screenshot of a card showing device triggers to create automations from.

-### We say goodbye to JSON +We also added the entity registry, so you can change all the settings of the devices entities in one place. + +And, bonus, when you rename a device on the device page, it will now also rename the entities of that device if they contain the device name. When you are in advanced mode, it can also rename the entity id's for you. + +## Goodbye JSON 👋 On the backend we have been using YAML for a long time, but on the frontend, we still used JSON for a lot of things. JSON is harder to write than YAML so we have aligned that. All data inputs on the frontend now accept YAML. You can still use JSON, as JSON is valid YAML. @@ -97,16 +97,22 @@ This includes: Screenshot of a service action in the automation editor using YAML.

+## Thank You, @Amelchio + +Core developer [@amelchio] is taking a break from working on Home Assistant. Amelchio has been a contributing member of the Home Assistant community for 2.5 years in which he made a grand total of 275 pull requests! Amelchio has worked on improving database performance and under his wing the Sonos, LIFX and Netgear LTE integrations flourished. He is an example community member, always available in the chat to help other people contribute to Home Assistant. + +Thanks Anders, we're going to miss you! ❤️ + ## In other news -Hans Oischinger showcased how he can steer his vacuum cleaner to specific rooms in his ouse via his floorplan. Besides this tweet, he also wrote [a great blog about it](https://medium.com/@hans.oischinger/zoned-cleanup-with-live-map-922240b4cf8c). +Hans Oischinger showcased how he can steer his vacuum cleaner to specific rooms in his house via his floorplan. Besides this tweet, he also wrote [a great blog about it](https://medium.com/@hans.oischinger/zoned-cleanup-with-live-map-922240b4cf8c).

Freed my vacuum robot from the cloud with https://t.co/tirC2vcsqK
This unlocked some new functionality for my vacuum:
Configure and start zoned cleanup in @home_assistant with live map overlayed on the floorplan pic.twitter.com/jtPZHk2xeT

— Hans Oischinger (@oischinger) September 29, 2019
To improve discovery, we're collecting discovery info of devices and services. Please help us gather [zeroconf discovery info](https://github.com/home-assistant/home-assistant/issues/27371) and [HomeKit discovery info](https://github.com/home-assistant/home-assistant/issues/27292). -As always, this release of Home Assistan is accompanied with a new release of the [Home Assistant Podcast](https://hasspodcast.io/): +As always, this release of Home Assistant is accompanied with a new release of the [Home Assistant Podcast](https://hasspodcast.io/):

Time for another #smarthome #Podcast

This week we're talking @home_assistant version 1...hundred, @hacktoberfest and catch up with 🇦🇺 Tony about his #homeautomation journey with Home Assistant, or maybe it should just be @NodeRED 🤷‍♂️https://t.co/DUtNZTHOAA

— Phil Hawthorne (@philhawthorne) October 9, 2019