mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Finish release 72 blog post
This commit is contained in:
parent
face96243f
commit
277bb60ce6
@ -1,24 +1,45 @@
|
||||
---
|
||||
layout: post
|
||||
title: "0.72: TBD - update date"
|
||||
description: "TBD"
|
||||
date: 2018-06-16 00:01:00
|
||||
title: "0.72: Lovelace UI, KIWI Doorlocks, Wireless Tags, Insteon X10."
|
||||
description: "This release will blow you away. Click with caution."
|
||||
date: 2018-06-22 00:01:00
|
||||
date_formatted: "June 22, 2018"
|
||||
author: Paulus Schoutsen
|
||||
author_twitter: balloob
|
||||
comments: true
|
||||
categories: Release-Notes
|
||||
og_image: /images/blog/2018-06-release-0.72/lovelace.png
|
||||
---
|
||||
|
||||
I am super excited about this release as it brings some great examples of how we are refining the system to become more customizable and, at the same time, user friendly. The first thing that I am really excited about is a new experimental user interface that we call Lovelace. Check [this awesome rundown](https://gist.github.com/ciotlosm/9508388876edf92c4c1f3579e740fbd5) of all the features by [@ciotlosm]. The TL;DR: a faster, more customizable and more extensible UI with the same look and feel as the old one.
|
||||
|
||||
Be aware, this _is_ experimental, so things will change. However, we felt like we didn't want to keep this away from you any longer. Check the [Lovelace UI docs](https://developers.home-assistant.io/docs/en/lovelace_index.html) on how to get started. Make sure to share your creations!
|
||||
|
||||
Config entry support for Nest, Sonos, Cast.
|
||||
Thanks to all the people that have been hanging out in the #beta channel on [Discord](https://discord.gg/c5DvZ4e) helping development, finding and squashing bugs and making suggestions. Especially thanks to [@c727] for all his development work and [@arsaboo] for being the first guinea pig.
|
||||
|
||||
Lovelace
|
||||
<p class='img'>
|
||||
<img
|
||||
src='/images/blog/2018-06-release-0.72/lovelace.png'
|
||||
alt='Example user interface created using Lovelace.'
|
||||
>
|
||||
Example user interface created using Lovelace ([source](https://gist.github.com/ciotlosm/9508388876edf92c4c1f3579e740fbd5#file-ui-lovelace-yaml))
|
||||
</p>
|
||||
|
||||
Insteon support for X10
|
||||
Another change is that Nest, Sonos and Cast will now have to be configured using a config entry. Config entries can be created via the integrations page in the config panel. This is a concept that we have been developing for a couple of months now and it's our goal to eventually use this as the way to configure all components.
|
||||
|
||||
Cloud extended again
|
||||
<p class='img'>
|
||||
<img
|
||||
src='/images/blog/2018-06-release-0.72/config_entry.png'
|
||||
alt='Screenshot of a browser showing a dialog to link a Nest account to Home Assistant.'
|
||||
>
|
||||
Screenshot of the Nest config entry.
|
||||
</p>
|
||||
|
||||
And as if this releases even needs more cool stuff, the Insteon integration now supports X10 thanks to [@teharris1]. It was a frequent requested feature from the Insteon community.
|
||||
|
||||
And finally, we'll be extending the open beta for Home Assistant Cloud until the first of September.
|
||||
|
||||
Enjoy this release and have a good weekend all!
|
||||
|
||||
## {% linkable_title New Platforms %}
|
||||
|
||||
@ -46,14 +67,14 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
<!--more-->
|
||||
## {% linkable_title Breaking Changes %}
|
||||
|
||||
- Further cleanup frontend ([@balloob] - [#14805]) ([frontend docs]) (breaking change)
|
||||
- Rename Hive hub friendly name ([@SteveEdson] - [#14747]) ([sensor.hive docs]) (breaking change)
|
||||
- Add missing mapping of RotaryHandleSensorIP states ([@hanzoh] - [#14885]) ([sensor.homematic docs]) (breaking change)
|
||||
- For developers of custom panel: Remove ability to register panels directly with the frontend component. Register with custom panel component instead. ([@balloob] - [#14805]) ([frontend docs]) (breaking change)
|
||||
- Rename Hive hub friendly name to include "Hive" name ([@SteveEdson] - [#14747]) ([sensor.hive docs]) (breaking change)
|
||||
- Homematic: RotaryHandleSensorIP states will now report open, tilt, closed ([@hanzoh] - [#14885]) ([sensor.homematic docs]) (breaking change)
|
||||
- Add support for multiple Doorbird stations ([@oblogic7] - [#13994]) ([doorbird docs]) ([camera.doorbird docs]) ([switch.doorbird docs]) (breaking change)
|
||||
- Make AirVisual platform async + other adjustments ([@bachya] - [#14943]) ([sensor.airvisual docs]) (breaking change)
|
||||
- Add config entry for Sonos + Cast ([@balloob] - [#14955]) ([media_player docs]) ([sonos docs]) ([media_player.sonos docs]) (breaking change)
|
||||
- AirVisual: The radius configuration parameter no longer does anything and has been removed. This won't negatively impact any existing integrations. Second, this PR will modify the unique IDs for each sensor to correctly include the locale. New unique IDs will now include _us_ and _cn_ ([@bachya] - [#14943]) ([sensor.airvisual docs]) (breaking change)
|
||||
- Sonos and Cast are now configured via config entries. Go to the integrations tab in config panel to set it up. ([@balloob] - [#14955]) ([media_player docs]) ([sonos docs]) ([media_player.sonos docs]) (breaking change)
|
||||
- Eight Sleep add REM type, Update async syntax, Catch API quirks ([@mezz64] - [#14937]) ([eight_sleep docs]) ([binary_sensor.eight_sleep docs]) ([sensor.eight_sleep docs]) (breaking change)
|
||||
- Bump pyhs100 version ([@rytilahti] - [#15001]) ([light.tplink docs]) ([switch.tplink docs]) (breaking change) (beta fix)
|
||||
- Fix energy meter for HS110 v2 users. Not a breaking change unless you are using a custom component ([@rytilahti] - [#15001]) ([light.tplink docs]) ([switch.tplink docs]) (breaking change) (beta fix)
|
||||
|
||||
## {% linkable_title Beta Fixes %}
|
||||
|
||||
@ -305,6 +326,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[@SteveEdson]: https://github.com/SteveEdson
|
||||
[@aequitas]: https://github.com/aequitas
|
||||
[@amelchio]: https://github.com/amelchio
|
||||
[@arsaboo]: https://github.com/arsaboo
|
||||
[@andrey-git]: https://github.com/andrey-git
|
||||
[@arraylabs]: https://github.com/arraylabs
|
||||
[@awarecan]: https://github.com/awarecan
|
||||
|
@ -25,7 +25,7 @@ switch:
|
||||
- 'myvpsname'
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
{% configuration linode %}
|
||||
nodes:
|
||||
description: List of VPSs you want to control.
|
||||
required: true
|
||||
|
BIN
source/images/blog/2018-06-release-0.72/config_entry.png
Normal file
BIN
source/images/blog/2018-06-release-0.72/config_entry.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
source/images/blog/2018-06-release-0.72/lovelace.png
Normal file
BIN
source/images/blog/2018-06-release-0.72/lovelace.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
Loading…
x
Reference in New Issue
Block a user