Skip to content

Commit d17ae91

Browse files
committed
Release 0.30.2
1 parent ca56632 commit d17ae91

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ sensor
103103
- Handle X10 light numbers greater than 9 ([@mtl010957])
104104
- Fix command line covers without a template ([@roidayan])
105105

106+
### {% linkable_title Release 0.30.2 - October 12 %}
107+
108+
- Handle Volvo's with dashes in their name ([@molobrakos])
109+
- Fix some html5 push notification configuration options were discarded after first use ([@T3m3z])
110+
- Fix Homematic device name with autodiscovery ([@pvizeli])
111+
- Make 'pin' optional for zigbee device config ([@flyte])
112+
- 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])
113+
- Fix for Slack targets ([@fabaff])
114+
- Fix for Pushover targets ([@Nixon506E])
115+
106116
### {% linkable_title Breaking changes %}
107117

108118
- All deprecated condition options from `automation` have been removed (deprecated since May and have printed warnings to your console):
@@ -144,6 +154,9 @@ sensor
144154
[@w1ll1am23]: https://github.com/w1ll1am23
145155
[@mtl010957]: https://github.com/mtl010957
146156
[@roidayan]: https://github.com/roidayan
157+
[@T3m3z]: https://github.com/T3m3z
158+
[@flyte]: https://github.com/flyte
159+
[@Nixon506E]: https://github.com/Nixon506E
147160

148161
[arest]: https://arest.io/
149162
[arest-sensor]: /components/sensor.arest/

source/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<div class="grid">
1616
<div class="grid__item one-third lap-one-third palm-one-whole">
1717
<div class='current-version material-card text'>
18-
<h1>Current Version: 0.30.1</h1>
19-
Released: <span class='release-date'>October 8, 2016</span>
18+
<h1>Current Version: 0.30.2</h1>
19+
Released: <span class='release-date'>October 12, 2016</span>
2020

2121
<div class='links'>
2222
<a href='/blog/2016/10/08/hassbian-rest-digital-ocean/'>Release notes</a>

0 commit comments

Comments
 (0)