mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Add inital blog post for 0.32
This commit is contained in:
parent
cc56ae06bb
commit
55b16f5aa4
139
source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown
Normal file
139
source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown
Normal file
@ -0,0 +1,139 @@
|
||||
Another two weeks have passed and we are pleased to present Home Assistant 0.32. This is the 74th release Home Assistant release so far and the first release after the new [updater] was implemented.
|
||||
|
||||
We would like to share one number: **Installation 3.97 k**
|
||||
|
||||
### {% linkable_title Hacktoberfest %}
|
||||
The [Hacktoberfest] is over now. Home Assistant made the 2nd and the 3rd place out of almost 30'000 participating repositories with a total of 528 pull requests closed - that's an average of 17 pull requests a day! Thanks to all the contributors but also to the team of reviewers. This wouldn't been possible without you 👏 .
|
||||
|
||||
### {% linkable_title Improved error reporting %}
|
||||
This release has improved the reporting when a config validation error occurs. Thanks to [@kellerza] you will now get a persistent notification added to your UI when this happens.
|
||||
|
||||
### {% linkable_title Asynchronous %}
|
||||
This release contains the first asynchronous sensor and camera platforms. [@pvizeli] and [@fabaff] ported most of the "internal" sensors to async programming. We hope that you will enjoy the new speed.
|
||||
|
||||
[@balloob] and [@pvizeli] worked a lot on the improvement of the core itself.
|
||||
|
||||
### {% linkable_title Weather component %}
|
||||
|
||||
For a long time we have had a bunch of [weather sensors][weather-sensors] but it's getting better: There is now a [Weather component][weather-component]. Sorry, not much more to tell right now. The plans are to create a weather UI element and to improve the initial implementation.
|
||||
|
||||
### {% linkable_title All changes %}
|
||||
|
||||
<img src='/images/supported_brands/currencylayer.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/influxdb.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/emby.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/synologydsm.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' />
|
||||
|
||||
- Config: Exclude dirs/files prefixed with . ([@lwis])
|
||||
- Add mochad component ([@mtreinish])
|
||||
- Notify: Added support for [Android TV/FireTV](https://home-assistant.io/components/notify.nfandroidtv/) ([@danielperna84])
|
||||
- HTTP: Migrate WSGI to asyncio ([@balloob])
|
||||
- Configurator: Support for `entity_picture` ([@amills])
|
||||
- Core: Configuration validation error prints line numbers ([@persandstrom])
|
||||
- Media player: [Sonos] improvements incl. timer setting functionality ([@bjarniivarsson], [@americanwookie])
|
||||
- Zoneminder: SSL/TLS support ([@Khabi])
|
||||
- Media player: Discovery support for [Yamaha] ([@sdague])
|
||||
- Sensor: New finance platform [CurrencyLayer][currencylayer] ([@arsaboo])
|
||||
- Sensor: Support for [InfluxDB sensors][influx-sensor] ([@bestlibre])
|
||||
- Sensor: New support [HDDTemp sensors][hddtemp-sensor] ([@fabaff])
|
||||
- Camera: Improvements to [RPi camera][rpi-camera] ([@postlund])
|
||||
- ThingSpeak component ([@simonszu])
|
||||
- Core: New property `hass.data` to store internal data ([@balloob])
|
||||
- Switch: Templating and configurable timeout for [REST][rest-switch] ([@aa755])
|
||||
- Light: [Yeelight][yeelight] Wifi bulbs are now supported ([@HydrelioxGitHub])
|
||||
- Sensor: New [random number][random-sensor] sensor ([@fabaff])
|
||||
- Media player: New support for [Emby][emby-media] ([@mezz64])
|
||||
- [LiteJet][litejet] switches and lights support ([@joncar])
|
||||
- Cover: New [garadget] platform ([@JasonCarter80])
|
||||
- Pilight: `send_delay` feature ([@janLo])
|
||||
- Config: Improvements for `known_devices` ([@kellerza])
|
||||
- Device tracker: New discovered event ([@lwis])
|
||||
- Device tracker: Improvements and new features for the Volvo on Call platform ([@molobrakos])
|
||||
- Climate: Use unit of measurement from a Vera device ([@pavoni])
|
||||
- Media player: [Philips TVs][philips_player] with jointSPACE API re now supported ([@danielperna84])
|
||||
- Device tracker: [ICloud][icloud] improvements ([@Bart274])
|
||||
- Sensor: Support for [Synology DSM][synologydsm] ([@StaticCube])
|
||||
- Sensor: Monitoring support for [Dovado routers][dovado-sensor] ([@molobrakos])
|
||||
- Sensor: Support for monitoring [printers][cups-sensor] ([@fabaff])
|
||||
- Minor features and bug fixes by [@fabaff], [@kellerza], [@robbiet480], [@balloob], [@DavidLP], [@Bart274], [@sdague], [@mtreinish], [@Khabi], [@bbesset], [@bestlibre], [@pvizeli], [@turbokongen], [@devdelay], [@molobrakos], [@postlund], [@wokar], [@amills], [@arsaboo], [@hartmms], [@nsideras], [@tbeckha], and [@kirichkov].
|
||||
|
||||
### {% linkable_title Misc %}
|
||||
|
||||
Our website has now an additional category called "Ecosystem". This will become the place where tools, apps, and other helper for the Home Assistant ecosystem can store their documentation or guides.
|
||||
|
||||
- [iOS](https://home-assistant.io/ecosystem/ios/)
|
||||
- [SceneGen](https://home-assistant.io/ecosystem/scenegen/)
|
||||
|
||||
### {% linkable_title Breaking changes %}
|
||||
|
||||
- The [Yahoo Finance][yahoo] platform supports now multiple stock. Please adjust your configuration.
|
||||
- Deprecated components `garage_door`, `rollershutter`, `thermostat`, and `hvac` have been removed.
|
||||
- The minimum Python version on Windows has been bumped to Python 3.5.
|
||||
- The Insteon Hub integration has been disabled due to a [request from Insteon][req-insteon].
|
||||
|
||||
### {% linkable_title If you need help... %}
|
||||
|
||||
...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.
|
||||
|
||||
[@aa755]: https://github.com/aa755
|
||||
[@americanwookie]: https://github.com/americanwookie
|
||||
[@amills]: https://github.com/armills
|
||||
[@arsaboo]: https://github.com/arsaboo
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@Bart274]: https://github.com/Bart274
|
||||
[@bbesset]: https://github.com/bbesset
|
||||
[@bestlibre]: https://github.com/bestlibre
|
||||
[@bjarniivarsson]: https://github.com/bjarniivarsson
|
||||
[@danielperna84]: https://github.com/danielperna84
|
||||
[@DavidLP]: https://github.com/DavidLP
|
||||
[@devdelay]: https://github.com/devdelay
|
||||
[@fabaff]: https://github.com/fabaff
|
||||
[@hartmms]: https://github.com/hartmms
|
||||
[@HydrelioxGitHub]: https://github.com/HydrelioxGitHub
|
||||
[@janLo]: https://github.com/janLo
|
||||
[@JasonCarter80]: https://github.com/JasonCarter80
|
||||
[@joncar]: https://github.com/joncar
|
||||
[@kellerza]: https://github.com/kellerza
|
||||
[@Khabi]: https://github.com/Khabi
|
||||
[@kirichkov]: https://github.com/kirichkov
|
||||
[@lwis]: https://github.com/lwis
|
||||
[@mezz64]: https://github.com/mezz64
|
||||
[@molobrakos]: https://github.com/molobrakos
|
||||
[@mtreinish]: https://github.com/mtreinish
|
||||
[@nsideras]: https://github.com/nsideras
|
||||
[@pavoni]: https://github.com/pavoni
|
||||
[@persandstrom]: https://github.com/persandstrom
|
||||
[@postlund]: https://github.com/postlund
|
||||
[@pvizeli]: https://github.com/pvizeli
|
||||
[@robbiet480]: https://github.com/robbiet480
|
||||
[@sdague]: https://github.com/sdague
|
||||
[@simonszu]: https://github.com/simonszu
|
||||
[@StaticCube]: https://github.com/StaticCube
|
||||
[@tbeckha]: https://github.com/tbeckha
|
||||
[@tchellomello]: https://github.com/tchellomello
|
||||
[@turbokongen]: https://github.com/turbokongen
|
||||
[@wokar]: https://github.com/wokar
|
||||
|
||||
[currencylayer]: https://home-assistant.io/components/sensor.currencylayer/
|
||||
[yahoo]: https://home-assistant.io/components/sensor.yahoo_finance/
|
||||
[mochat]: https://home-assistant.io/components/mochat/
|
||||
[firetv]: https://home-assistant.io/components/notify.firetv/
|
||||
[Yamaha]: https://home-assistant.io/components/media_player.yamaha/
|
||||
[hddtemp-sensor]: https://home-assistant.io/components/sensor.hddtemp/
|
||||
[Sonos]: https://home-assistant.io/components/media_player.sonos/
|
||||
[weather-sensors]: https://home-assistant.io/components/#weather
|
||||
[rpi-camera]: https://home-assistant.io/components/camera.rpi_camera/
|
||||
[rest-switch]: https://home-assistant.io/components/switch.rest/
|
||||
[emby-media]: https://home-assistant.io/components/media_player.emby/
|
||||
[random-sensor]: https://home-assistant.io/components/sensor.random/
|
||||
[yeelight]: https://home-assistant.io/components/light.yeelight/
|
||||
[influx-sensor]: https://home-assistant.io/components/sensor.influxdb/
|
||||
[weather-component]: https://home-assistant.io/components/weather/
|
||||
[cups-sensor]: https://home-assistant.io/components/sensor.cups/
|
||||
[litejet]: https://home-assistant.io/components/litejet/
|
||||
[garadget]: https://home-assistant.io/components/garadget/
|
||||
[philips_player]: https://home-assistant.io/components/media_player.philips_js/
|
||||
[icloud]: https://home-assistant.io/components/device_tracker.icloud/
|
||||
[synologydsm]: https://home-assistant.io/components/sensor.synologydsm/
|
||||
[dovado-sensor]: https://home-assistant.io/components/sensor.dovado/
|
||||
[ios]: https://home-assistant.io/ecosystem/ios/
|
||||
[Hacktoberfest]: https://hacktoberfest.digitalocean.com/
|
||||
[req-insteon]: https://github.com/home-assistant/home-assistant/issues/3811
|
||||
[updater]: https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
|
Loading…
x
Reference in New Issue
Block a user