0.22 (#570)
* Initial snmp sensor docs (#538) * Fixed markdown and added logo (#551) * Added documentation for router operating mode for asuswrt (#545) * local_file camera component documenatation (#554) * Documenation for local_file camera component * Update camera.local_file.markdown * Added information about voltage sensor * Instructions for Pandora media player (#552) * Add release * Add pub_key * Add BT Home Hub docs * Markdown tweaks (#553) * Add docs about MySensors IR switch (#556) * Update sensor.mysensors docs, about moving V_IR_SEND type to switch platform. * Update switch.mysensors docs. Add section about the new service and additional example sketch for the IR switch device. * Update index.html * plex sensor (#526) * Add var descriptions * Adds documentation for the Local File Camera (#482) * Revert "Adds documentation for the Local File Camera" (#563) * Minor changes * Add Wink Rollershutter (#559) * Added example of using template in shell_command. (#547) * Add Documentation for Netatmo Welcome (#542) * Reorganize documentation for Netatmo As Netatmo is now a Hub component, documentations has been splitted in several parts betweent the hub, the sensors and the camera Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com> * Add configuration variables for Netatmo Welcome cameras * Add ha_release information on new documentation pages * Netatmo Weather Station is a weather sensor * Add blog post 0.22
This commit is contained in:
parent
7ecb13a8b8
commit
1f40fdb09d
29 changed files with 650 additions and 121 deletions
|
@ -0,0 +1,74 @@
|
|||
---
|
||||
layout: post
|
||||
title: "0.22: Pandora, BT Home Hub 5 and local file camera."
|
||||
description: "This new release of Home Assistant has been mainly about stabilizing our last release which included a lot of core improvements. We're all stable now and set for a bright future."
|
||||
date: 2016-06-18 18:06:00 +0000
|
||||
date_formatted: "June 18, 2016"
|
||||
author: Paulus Schoutsen
|
||||
author_twitter: balloob
|
||||
comments: true
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
It's time for the 0.22 release. This was a pretty rough release cycle and we had to issue two hot fixes for our core improvements. But it seems now that all is good and a lot of people have reported that their installs are faster than ever and the occasional quirks no longer occur.
|
||||
|
||||
We are aware that our new web stack has caused issues installing Home Assistant on ARM-based platforms. This sadly includes the Raspberry Pi and Synology NAS systems. We're working on getting to a better solution. For Raspberry Pi, the [All-in-One installer] will take care of everything for you. We're working on updating our [standalone Raspberry Pi installation guide].
|
||||
|
||||
There are two cool things that I want to highlight in this release. The first is Pandora support. This is based on the CLI player called pianobar. This means that your machine running Home Assistant can be connected to the speakers and provide your house with tunes.
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/screenshots/pandora_player.png' />
|
||||
</p>
|
||||
|
||||
Another cool addition is the local file camera. This seems very basic at first but will allow you to generate a graph with your favorite 3rd party graphing tool and display it on your Home Assistant dashboard. We're looking forward to see what you can do with this!
|
||||
|
||||
<img src='/images/supported_brands/pandora.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/bt.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
|
||||
|
||||
- Media Player: [Pandora] media player now supported ([@partofthething])
|
||||
- Device Tracker: [BT Home Hub 5] now supported ([@lwis])
|
||||
- Camera: New [local file] platform shows any image as camera ([@Landrash])
|
||||
- Add [Sonos] snapshot and restore services ([@dansullivan86])
|
||||
- Device Tracker: [AsusWRT] in Access Point mode now supported ([@linjef])
|
||||
- Device Tracker: [AsusWRT] login using public key now supported ([@mtreinish])
|
||||
- Device Tracker: [AsusWRT] protocol to use is now auto detected ([@persandstrom])
|
||||
- Camera: [Netatmo] now supported ([@jabesq])
|
||||
- API documentation added in [Swagger.yaml format] ([@wind-rider])
|
||||
- Media Player: [Cast] devices can now be stopped ([@michaelarnauts])
|
||||
- MySensors: [IR switch device] and service now supported ([@MartinHjelmare])
|
||||
- Bloomsky: [Voltage sensor] now supported ([@arsaboo])
|
||||
- Sensor: New [Plex sensor] monitors friends streaming from your Plex server ([@nkgilley])
|
||||
- Component [shell command] can now use templates to render arguments ([@partofthething])
|
||||
- Rollershutter: [Wink] is now supported ([@philk])
|
||||
- Alexa: Updated [documentation][alexa] to show how to call scripts and scenes (@acockburn)
|
||||
|
||||
[@acockburn]: https://github.com/acockburn/
|
||||
[@arsaboo]: https://github.com/arsaboo/
|
||||
[@dansullivan86]: https://github.com/dansullivan86/
|
||||
[@jabesq]: https://github.com/jabesq/
|
||||
[@Landrash]: https://github.com/Landrash/
|
||||
[@linjef]: https://github.com/linjef/
|
||||
[@lwis]: https://github.com/lwis/
|
||||
[@MartinHjelmare]: https://github.com/MartinHjelmare/
|
||||
[@michaelarnauts]: https://github.com/michaelarnauts/
|
||||
[@mtreinish]: https://github.com/mtreinish/
|
||||
[@nkgilley]: https://github.com/nkgilley/
|
||||
[@partofthething]: https://github.com/partofthething/
|
||||
[@persandstrom]: https://github.com/persandstrom/
|
||||
[@philk]: https://github.com/philk/
|
||||
[@wind-rider]: https://github.com/wind/
|
||||
[AsusWRT]: /components/device_tracker.asuswrt/
|
||||
[BT Home Hub 5]: /components/device_tracker.bt_home_hub_5/
|
||||
[Cast]: /components/media_player.cast/
|
||||
[IR switch device]: /components/mysensors/
|
||||
[local file]: /components/camera.local_file/
|
||||
[Netatmo]: /components/netatmo/
|
||||
[Pandora]: /components/media_player.pandora/
|
||||
[shell command]: /components/shell_command/
|
||||
[Sonos]: /components/media_player.sonos/
|
||||
[Wink]: /components/rollershutter.wink/
|
||||
[alexa]: /components/alexa/#working-with-scenes
|
||||
[Plex sensor]: /components/sensor.plex/
|
||||
[Swagger.yaml format]: https://github.com/home-assistant/home-assistant/blob/dev/docs/swagger.yaml
|
||||
[All-in-One installer]: /getting-started/installation-raspberry-pi-all-in-one/
|
||||
[standalone Raspberry Pi installation guide]: /getting-started/installation-raspberry-pi/
|
||||
[Voltage sensor]: /components/sensor.bloomsky/
|
Loading…
Add table
Add a link
Reference in a new issue