You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/ffmpeg.markdown
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ sharing: true
9
9
footer: true
10
10
logo: ffmpeg.png
11
11
ha_category: Hub
12
-
featured: true
13
12
---
14
13
15
14
It allow other Home-Assistant components to process video/audio streams. It need a ffmpeg binary in your system path. It support all ffmpeg version since 3.0.0. If you have a older version, please update.
Copy file name to clipboardExpand all lines: source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown
+41-30Lines changed: 41 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,32 @@
1
1
---
2
2
layout: post
3
-
title: "0.29: Async, SleepIQ, OpenALPR, EmonCMS, stocks, and plants"
3
+
title: "0.29: 🎈 Async, SleepIQ, OpenALPR, EmonCMS, stocks, and plants"
4
4
description: "Move to asynchronous, Support for SleepIQ, OpenALPR, and EmonCMS, and other goodies."
5
-
date: 2016-09-24 08:04:05 +0900
5
+
date: 2016-09-29 03:04:05 +0000
6
6
date_formatted: "September 24, 2016"
7
7
author: Paulus Schoutsen & Fabian Affolter
8
8
author_twitter: balloob
9
9
comments: true
10
10
categories: Release-Notes
11
11
---
12
12
13
-
Last week, September 17 marked our 3 year anniversary. In this time Home Assistant managed to grow from a simple script that turned on my lights when the sun set to a kick ass open source project with the best community an open-source project could wish for. This release contains features, bug fixes and performance tweaks by a total of **50** different people! We have also managed to cross the 1000 forks on GitHub. Talking about momentum!
13
+
Two weeks ago, September 17 marked our 3 year anniversary. In this time Home Assistant managed to grow from a simple script that turned on my lights when the sun set to a kick ass open source project with the best community an open-source project could wish for. This release contains features, bug fixes and performance tweaks by a total of **50** different people! We have also managed to cross the 1000 forks on GitHub. Talking about momentum!
14
14
15
15
This is a big release as we've completely overhauled the internals of Home Assistant. When I initially wrote Home Assistant, still figuring out the ins and outs of Python, I went for an approach that I was familiar with for an application with many moving parts: threads and locks. This approach has served us well over the years but it was slower than it needed to be, especially on limited hardware.
16
16
17
-
This all changed when [@bbangert] came around and took on the tough job to migrate the core over to use asynchronous programming. He did an amazing job and I am happy to say that the initial port has been done and is included in this release! On top of that, we have been able to keep our simple and straightforward API at the same time. We are still in the process of migrating more and more components over to the asynchronous API, so expect more speedups and awesome features in the upcoming releases. Big thanks also to [@turbokongen], [@lwis], and [@technicalpickles] for helping out with debugging the segfault issues.
17
+
This all changed when [@bbangert] came around and took on the tough job to migrate the core over to use asynchronous programming. He did an amazing job and I am happy to say that the initial port has been done and is included in this release! On top of that, we have been able to keep our simple and straightforward API at the same time. We are still in the process of migrating more and more components over to the asynchronous API, so expect more speedups and awesome features in the upcoming releases.
18
18
19
19
### {% linkable_title SleepIQ and OpenALPR %}
20
+
20
21
There now is support for two new super cool things: Beds and license plates. [@technicalpickles] created a [SleepIQ] component that let you monitor the sensor data of your bed. [@pvizeli] has added license plate recognition based on [OpenALPR]! This means that you can now be notified about which car is parked on your driveway or in your garage. I also would like to use this opportunity to give a big shoutout to [@pvizeli] for being such an awesome member of our community. He joined us at the end of June and has helped crush bugs and add awesome features ever since (65 pull requests already!).
21
22
22
23
### {% linkable_title Configuration validation %}
23
24
24
-
On the voluptuous front we have also made great progress. We were able to fully remove the legacy config helpers and have migrated 323 of the 346 components and platforms that needed migrating! This does mean that for some components the configuration has slightly changed, make sure to check out the breaking changes section at the bottom for more info. Thanks everybody for reviewing the Pull requests, testing the changes, and reporting issues.
25
+
On the voluptuous front we have also made great progress. We were able to fully remove the legacy config helpers and have migrated 323 of the 346 components and platforms that needed migrating! This does mean that for some components the configuration has slightly changed, make sure to check out the breaking changes section at the bottom for more info. Thanks everybody for reviewing the Pull requests, testing the changes, and reporting issues.
26
+
27
+
### {% linkable_title Delayed Release %}
28
+
29
+
As you might have noticed, this release has been delayed by 5 days. This was due to a rare, difficult to reproduce problem with the Python interpreter. A huuuuge thanks to all the people that have helped countless hours in researching, debugging and fixing this issue: [@bbangert], [@turbokongen], [@lwis], [@kellerza], [@technicalpickles], [@pvizeli], [@persandstrom] and [@joyrider3774]. I am grateful to have all of you as part of the Home Assistant community.
25
30
26
31
### {% linkable_title All changes %}
27
32
@@ -32,7 +37,7 @@ On the voluptuous front we have also made great progress. We were able to fully
32
37
- Cover: [Vera] is now supported ([@pavoni])
33
38
- Climate: Vera [climate] devices are now supported ([@robjohnson189])
34
39
- Climate: [MySensors] is now supported ([@kaustubhphatak])
35
-
- Control Home Assistant with keyboard shortcuts ([@deisi])
40
+
- Control Home Assistant with [keyboard shortcuts][keyboard_remote] ([@deisi])
36
41
- More voluptuous config validations ([@fabaff], [@kellerza], [@balloob])
37
42
- New [Nuimo] controller support added ([@gross1989])
38
43
- Sensor: [BOM] Weather component ([@tinglis1])
@@ -45,6 +50,8 @@ On the voluptuous front we have also made great progress. We were able to fully
45
50
- Sensor: [KNX] sensors now supported ([@daBONDi])
46
51
-[Wink] improvements ([@w1ll1am23])
47
52
-[ISY] improvements ([@Teagan42])
53
+
- Link to relevant docs in config validation error messages ([@fabaff])
54
+
- Greatly improve the performance of templates ([@balloob], [@pvizeli])
48
55
- Notify - [Slack]: Support for username/icon ([@Khabi])
49
56
- MQTT room detection: Away [timeout] now supported ([@mKeRix])
50
57
- Climate: [Nest] can now control the fan ([@jawilson])
@@ -53,18 +60,20 @@ On the voluptuous front we have also made great progress. We were able to fully
53
60
- Sensor: Yahoo! Finance [stocks] now supported ([@tchellomello])
54
61
- Sensor: Set value based on incoming [email] ([@sam-io])
55
62
- Light: White value now supported ([@mxtra], [@MartinHjelmare])
56
-
-[InfluxDB]: Allow attaching extra data ([@lwis])
63
+
-[InfluxDB] now allows attaching extra data ([@lwis])
57
64
-[OpenALPR] support ([@pvizeli])
58
65
- Minor features and bug fixes by [@fabaff], [@w1ll1am23], [@turbokongen], [@clach04], [@mKeRix], [@pvizeli], [@DavidLP], [@nvella], [@Teagan42], [@ericwclymer], [@wokar], [@kellerza], [@nkgilley], [@jawilson], [@Danielhiversen], [@ej81], [@danieljkemp], [@balloob], [@philhawthorne], [@LinuxChristian], [@milas], [@simonszu], [@Cinntax], [@irvingwa], [@sytone], [@kk7ds], [@robbiet480].
59
66
60
67
### {% linkable_title Breaking changes %}
61
68
62
69
-`yahooweather` default name is now `yweather`. Also min and max temperature are now correctly called `Temperature Min` and `Temperature Max`.
63
70
-`ffmpeg` is now a component for manage some things central. All `ffmpeg_bin` options have moved to this compoment from platforms.
71
+
- Config has changed for [X10] lights.
64
72
65
73
### {% linkable_title If you need help... %}
66
74
...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.
67
75
76
+
[@joyrider3774]: https://github.com/joyrider3774
68
77
[@balloob]: https://github.com/balloob
69
78
[@bbangert]: https://github.com/bbangert
70
79
[@chrom3]: https://github.com/chrom3
@@ -113,26 +122,28 @@ On the voluptuous front we have also made great progress. We were able to fully
0 commit comments