mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Release 0.30.2
This commit is contained in:
parent
ca56632cc6
commit
d17ae91247
@ -103,6 +103,16 @@ sensor
|
||||
- Handle X10 light numbers greater than 9 ([@mtl010957])
|
||||
- Fix command line covers without a template ([@roidayan])
|
||||
|
||||
### {% linkable_title Release 0.30.2 - October 12 %}
|
||||
|
||||
- Handle Volvo's with dashes in their name ([@molobrakos])
|
||||
- Fix some html5 push notification configuration options were discarded after first use ([@T3m3z])
|
||||
- Fix Homematic device name with autodiscovery ([@pvizeli])
|
||||
- Make 'pin' optional for zigbee device config ([@flyte])
|
||||
- Fix when sending a notification to a service with target attached (i.e. `notify.html5_unnamed_device_2`) the target was not submitted to the platform as a list causing iteration over every character in the string. ([@robbiet480])
|
||||
- Fix for Slack targets ([@fabaff])
|
||||
- Fix for Pushover targets ([@Nixon506E])
|
||||
|
||||
### {% linkable_title Breaking changes %}
|
||||
|
||||
- All deprecated condition options from `automation` have been removed (deprecated since May and have printed warnings to your console):
|
||||
@ -144,6 +154,9 @@ sensor
|
||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||
[@mtl010957]: https://github.com/mtl010957
|
||||
[@roidayan]: https://github.com/roidayan
|
||||
[@T3m3z]: https://github.com/T3m3z
|
||||
[@flyte]: https://github.com/flyte
|
||||
[@Nixon506E]: https://github.com/Nixon506E
|
||||
|
||||
[arest]: https://arest.io/
|
||||
[arest-sensor]: /components/sensor.arest/
|
||||
|
@ -15,8 +15,8 @@ hide_github_edit: true
|
||||
<div class="grid">
|
||||
<div class="grid__item one-third lap-one-third palm-one-whole">
|
||||
<div class='current-version material-card text'>
|
||||
<h1>Current Version: 0.30.1</h1>
|
||||
Released: <span class='release-date'>October 8, 2016</span>
|
||||
<h1>Current Version: 0.30.2</h1>
|
||||
Released: <span class='release-date'>October 12, 2016</span>
|
||||
|
||||
<div class='links'>
|
||||
<a href='/blog/2016/10/08/hassbian-rest-digital-ocean/'>Release notes</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user