Skip to content

Commit b339c65

Browse files
committed
0.29.2
1 parent 8b6bb23 commit b339c65

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,26 @@ As you might have noticed, this release has been delayed by 5 days. This was due
6666

6767
### {% linkable_title Hotfix 0.29.1 - September 29 %}
6868

69-
- Fix typo in Nest climate platform ([@tchellomello])
69+
- Fix typo in Nest climate platform. [We are still experiencing issues with Nest.][nest-issues] ([@tchellomello])
70+
71+
### {% linkable_title Hotfix 0.29.2 - September 29 %}
72+
73+
- InfluxDB config fix ([@fabaff], [@lwis])
74+
- Netatmo config fix ([@jabesq])
7075

7176
### {% linkable_title Breaking changes %}
7277

7378
- The template methods `now` and `utcnow` have been changed from variables to methods. To get the current time replace `now` with `now()`.
7479
- `yahooweather` default name is now `yweather`. Also min and max temperature are now correctly called `Temperature Min` and `Temperature Max`.
7580
- `ffmpeg` is now a component for manage some things central. All `ffmpeg_bin` options have moved to this compoment from platforms.
7681
- Config has changed for [X10] lights.
82+
- Wink platforms no longer take in the token. Set it up via the main [Wink component][Wink].
7783

7884
### {% linkable_title If you need help... %}
7985
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.
8086

87+
[nest-issues]: https://github.com/home-assistant/home-assistant/issues/3574
88+
[@jabesq]: https://github.com/jabesq
8189
[@joyrider3774]: https://github.com/joyrider3774
8290
[@balloob]: https://github.com/balloob
8391
[@bbangert]: https://github.com/bbangert

source/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.29.1</h1>
18+
<h1>Current Version: 0.29.2</h1>
1919
Released: <span class='release-date'>September 29, 2016</span>
2020

2121
<div class='links'>

0 commit comments

Comments
 (0)