Sync with pr

This commit is contained in:
Fabian Affolter 2016-07-29 21:44:56 +02:00
parent 611c3a0f97
commit f08be66f25
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -24,31 +24,39 @@ Starting with this release cycle we are now using [typing] as described in [PEP4
<img src='/images/supported_brands/russound.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/jupyter.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/directv.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /> <img src='/images/supported_brands/russound.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/jupyter.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/directv.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
- Frontend: Support for [iFrame panels][panel] ([@balloob]) - Frontend: Support for [iFrame panels][panel] to adding other sites to sidebar ([@balloob])
- Allow components to register [custom frontend panels][custom-panels] (@balloob)
- Add example custom_component [react_panel][react-panel] showing custom panels (@balloob)
- Light: [MagicLight/Flux WiFi Color LED Light][flux] support ([@Danielhiversen]) - Light: [MagicLight/Flux WiFi Color LED Light][flux] support ([@Danielhiversen])
- Script: Delay support for [Scripts][script] ([@Teagan42]) - Script: Delay support for [Scripts][script] ([@Teagan42])
- Media player: [Russound RNET][Russound] integration ([@laf]) - Media player: [Russound RNET][Russound] integration ([@laf])
- Python API: Option to define a timeout for call ([@n8henrie]) - Remote: Option specifying custom timeout when calling Home Assistant API ([@n8henrie])
- Tests: Dependencies were removed from tests ([@balloob]) - Tests: Dependencies were removed from tests ([@balloob])
- Thermostat: Integration of [KNX] thermostat (@open-homeautomation]) - Thermostat: Integration of [KNX] thermostats (@open-homeautomation])
- Thermostat: Support for HVAC mode of [Nest] devices ([@vladonemo]) - Thermostat: Support for HVAC mode of [Nest] devices ([@vladonemo])
- InfluxDB: Option to mark data with [tags] ([@open-homeautomation]) - InfluxDB: Option to specify additional [tags] ([@open-homeautomation])
- Input slider: Support for value ([@ngraziano]) - Input slider: Support for float value ([@ngraziano])
- Template: New filters (`timestamp_local` and `timestamp_utc`) ([@fabaff]) - Template: New filters (`timestamp_local` and `timestamp_utc`) ([@fabaff])
- Binary sensor: Water leak sensor support added ([@w1ll1am23]) - Binary sensor: Water leak sensor support added ([@w1ll1am23])
- Sensor: Support for luminance of Tellduslive sensors ([@PetitCircuitLab]) - Sensor: Support for luminance of Tellduslive Fibaro Motion Sensor ([@PetitCircuitLab])
- Switch: Inverted logic for RPi GPIO ([@zeroDenial]) - Switch: Inverted logic for RPi GPIO ([@zeroDenial])
- Z-Wave: Rollershutter update ([@turbokongen]) - Z-Wave: Rollershutter update ([@turbokongen])
- Rfxtrx: Fire events when receiving signals from sensors ([@Danielhiversen]) - RFXtrx: Fire events when receiving signals from sensors and tests added ([@Danielhiversen])
- Core: First work about [typing] ([@fabianhjr]) - Core: Add [type] checking using mypy to the core ([@fabianhjr])
- API: Support for getting the [Configuration] through the Python API ([@fabaff]) - Remote: Support for getting the [Configuration] through the Python API ([@fabaff])
- Media player: Support for [DirecTV] ([@cbulock]) - Media player: Support for [DirecTV] ([@cbulock])
- Use local timezone for log and history dates ([@armills]) - Use browser timezone for frontend logbook and history dates ([@armills])
- Light: New support for [x10] lights ([@fotoetienne]) - Light: New support for [x10] lights ([@fotoetienne])
- Sensor: Support for observing [IMAP] accounts ([@danieljkemp]) - Sensor: Support for observing [IMAP] accounts ([@danieljkemp])
- Mediaplayer: Integration for [MPC-HC] mediaplayer ([@abcminiuser]) - Media Player: Integration for [MPC-HC] (Media Player Classic - Home Cinema) mediaplayer ([@abcminiuser])
- Notify: `location` extension for [Telegram] ([@keatontaylor] and [@pvizeli]) - Notify: `location` extension for [Telegram] and photo bug fixed ([@keatontaylor] and [@pvizeli])
- Lock: Support for group state ([@jwl17330536]) - Groups: Lock states will now be properly grouped ([@jwl17330536])
- Media Player: Added tests for Sonos to improve code quality ([@americanwookie])
- Device Tracker: iCloud stability fixes ([@kellerza])
- Sensor: Speedtest with improved error handling and state restoring ([@nkgilley])
- Recorder: Stability fixes ([@kellerza])
- Qwikswitch: Stability fixes ([@kellerza])
- Light: Hyperion keeps now track of active color ([@schneefux])
### {% linkable_title Breaking changes %} ### {% linkable_title Breaking changes %}
@ -59,6 +67,7 @@ Starting with this release cycle we are now using [typing] as described in [PEP4
- Frequently asked questions about this release will show up here... - Frequently asked questions about this release will show up here...
[@abcminiuser]: https://github.com/abcminiuser [@abcminiuser]: https://github.com/abcminiuser
[@americanwookie]: https://github.com/americanwookie
[@armills]: https://github.com/armills [@armills]: https://github.com/armills
[@balloob]: https://github.com/balloob [@balloob]: https://github.com/balloob
[@cbulock]: https://github.com/cbulock [@cbulock]: https://github.com/cbulock
@ -67,7 +76,9 @@ Starting with this release cycle we are now using [typing] as described in [PEP4
[@fabaff]: https://github.com/fabaff [@fabaff]: https://github.com/fabaff
[@fabianhjr]: https://github.com/fabianhjr [@fabianhjr]: https://github.com/fabianhjr
[@fotoetienne]: https://github.com/fotoetienne [@fotoetienne]: https://github.com/fotoetienne
[@jwl17330536]: https://github.com/jwl17330536
[@keatontaylor]: https://github.com/keatontaylor [@keatontaylor]: https://github.com/keatontaylor
[@kellerza]: https://github.com/kellerza
[@kireyeu]: https://github.com/kireyeu [@kireyeu]: https://github.com/kireyeu
[@laf]: https://github.com/laf [@laf]: https://github.com/laf
[@n8henrie]: https://github.com/n8henrie [@n8henrie]: https://github.com/n8henrie
@ -75,13 +86,13 @@ Starting with this release cycle we are now using [typing] as described in [PEP4
[@open-homeautomation]: https://github.com/open-homeautomation [@open-homeautomation]: https://github.com/open-homeautomation
[@PetitCircuitLab]: https://github.com/PetitCircuitLab [@PetitCircuitLab]: https://github.com/PetitCircuitLab
[@pvizeli]: https://github.com/pvizeli [@pvizeli]: https://github.com/pvizeli
[@schneefux]: https://github.com/schneefux
[@Teagan42]: https://github.com/Teagan42 [@Teagan42]: https://github.com/Teagan42
[@turbokongen]: https://github.com/turbokongen [@turbokongen]: https://github.com/turbokongen
[@usul27]: https://github.com/usul27 [@usul27]: https://github.com/usul27
[@vladonemo]: https://github.com/vladonemo [@vladonemo]: https://github.com/vladonemo
[@w1ll1am23]: https://github.com/w1ll1am23 [@w1ll1am23]: https://github.com/w1ll1am23
[@zeroDenial]: https://github.com/zeroDenial [@zeroDenial]: https://github.com/zeroDenial
[@jwl17330536]: https://github.com/jwl17330536
[panel]: /components/planel_iframe/ [panel]: /components/planel_iframe/
[custom]: /cookbook/custom_panel_using_react/ [custom]: /cookbook/custom_panel_using_react/
@ -98,7 +109,9 @@ Starting with this release cycle we are now using [typing] as described in [PEP4
[Configuration]: /developers/python_api/ [Configuration]: /developers/python_api/
[x10]: /components/light.x10/ [x10]: /components/light.x10/
[IMAP]: /component/sensor.imap/ [IMAP]: /component/sensor.imap/
[typing]: https://docs.python.org/3/library/typing.html [type]: https://docs.python.org/3/library/typing.html
[PEP484]: https://www.python.org/dev/peps/pep-0484/ [PEP484]: https://www.python.org/dev/peps/pep-0484/
[MPC-HC]: /components/media_player.mpchc/ [MPC-HC]: /components/media_player.mpchc/
[Telegram]: /components/notify.telegram/ [Telegram]: /components/notify.telegram/
[react-panel]: /cookbook/custom_panel_using_react/
[custom-panels]: /developers/frontend_creating_custom_panels/