mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Finish release
This commit is contained in:
parent
48e46da980
commit
41b4b69e83
@ -138,9 +138,9 @@ social:
|
||||
|
||||
# Home Assistant release details
|
||||
current_major_version: 0
|
||||
current_minor_version: 88
|
||||
current_patch_version: 2
|
||||
date_released: 2019-02-27
|
||||
current_minor_version: 89
|
||||
current_patch_version: 0
|
||||
date_released: 2019-03-06
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -6,6 +6,7 @@ date: 2018-12-16 14:20
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
featured: true
|
||||
footer: true
|
||||
logo: esphome.png
|
||||
ha_category: DIY
|
||||
|
@ -18,6 +18,7 @@ ha_iot_class: "Local Push"
|
||||
redirect_from:
|
||||
- /components/light.lcn/
|
||||
- /components/switch.lcn/
|
||||
- /components/cover.lcn/
|
||||
---
|
||||
|
||||
The `lcn` integration for Home Assistant allows you to connect to [LCN](http://www.lcn.eu) hardware devices.
|
||||
@ -50,14 +51,14 @@ lcn:
|
||||
- name: Living room cover
|
||||
address: myhome.s0.m7
|
||||
motor: motor1
|
||||
|
||||
|
||||
lights:
|
||||
- name: Bedroom light
|
||||
address: myhome.s0.m7
|
||||
output: output1
|
||||
dimmable: true
|
||||
transition: 5
|
||||
|
||||
|
||||
switches:
|
||||
- name: Sprinkler switch
|
||||
address: myhome.s0.m7
|
||||
|
20
source/_components/mobile_app.markdown
Normal file
20
source/_components/mobile_app.markdown
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Mobile App"
|
||||
description: "The Mobile App component allows a generic platform for integrating with mobile apps."
|
||||
date: 2019-03-06 01:30
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: home-assistant.png
|
||||
ha_category: "Other"
|
||||
ha_release: 0.89
|
||||
ha_qa_scale: internal
|
||||
---
|
||||
|
||||
The Mobile App component allows Home Assistant mobile apps to easily integrate with Home Assistant.
|
||||
|
||||
If you are planning to use a mobile application that integrates with Home Assistant, we recommend that you keep this component enabled.
|
||||
|
||||
If you are a mobile app developer, see the [developer documentation](https://developers.home-assistant.io/docs/en/app_integration_index.html) for instructions on how to build your app on top of the mobile app component.
|
@ -9,7 +9,7 @@ sharing: true
|
||||
footer: true
|
||||
logo: mysensors.png
|
||||
ha_category: DIY
|
||||
featured: true
|
||||
featured: false
|
||||
ha_iot_class: "Local Push"
|
||||
---
|
||||
|
||||
|
@ -11,6 +11,10 @@ logo: nissan.png
|
||||
ha_category: Car
|
||||
ha_release: 0.89
|
||||
ha_iot_class: "Cloud Polling"
|
||||
redirect_from:
|
||||
- /components/binary_sensor.nissan_leaf/
|
||||
- /components/sensor.nissan_leaf/
|
||||
- /components/switch.nissan_leaf/
|
||||
---
|
||||
|
||||
The `nissan_leaf` component offers integration with the [NissanConnect EV](http://youplus.nissan.co.uk/GB/en/YouPlus/ConnectedServices.html) cloud service. NissanConnect EV was previously known as Nissan Carwings. It offers:
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: post
|
||||
title: "0.89: TBD - UPDATE DAte"
|
||||
description: "TBD"
|
||||
date: 2019-02-27 00:11:03
|
||||
date_formatted: "March 13, 2019"
|
||||
title: "0.89: Nissan Leaf, PlayStation 4, Point alarm control, Owlet baby monitor"
|
||||
description: "Vroom vroom vrooooooooooom."
|
||||
date: 2019-03-06 00:11:03
|
||||
date_formatted: "March 6, 2019"
|
||||
author: Paulus Schoutsen
|
||||
author_twitter: balloob
|
||||
comments: true
|
||||
@ -12,7 +12,12 @@ og_image: /images/blog/2019-03-release-89/components.png
|
||||
---
|
||||
|
||||
<a href='/components/#version/0.89'><img src='/images/blog/2019-03-release-89/components.png' style='border: 0;box-shadow: none;'></a>
|
||||
## {% linkable_title Noteworthy Breaking Change %}
|
||||
|
||||
It's time for release 0.89. It's another great new release with some cool new features, bug fixes and improvements. The first cool new feature is that yet another car is integrated into Home Assistant: the Nissan Leaf. Both deConz and SmartThings integrations keep expanding to cover more devices.
|
||||
|
||||
This release introduces a new mobile app component. [@robbiet480], who also works on the iOS app, has taken the best parts of the Home Assistant iOS app component and turned it into a standardized API that any mobile app can build upon. This will allow any mobile apps to integrate with Home Assistant with a great user experience. If you are a mobile app developer, please check the updated [app integration docs](https://developers.home-assistant.io/docs/en/app_integration_index.html). We will be fine tuning the API in upcoming releases. Feedback is welcome.
|
||||
|
||||
## {% linkable_title Noteworthy Breaking Changes %}
|
||||
|
||||
__Custom Components file structure change:__ A significant change in how the "under the hood" of Home Assistant works has led to forcing platforms to be resolved based off the component path, if it exists.
|
||||
|
||||
@ -26,36 +31,26 @@ Example: if I look up the hue component, and it is provided by a custom componen
|
||||
|
||||
Paulus has written some detailed information about this change on the developers' blog, if you'd like more information. [The Great Migration by Paulus](https://developers.home-assistant.io/blog/2019/02/19/the-great-migration.html)
|
||||
|
||||
|
||||
__Existing SmartThings configuration entries will be removed,__ including the SmartApp/Automation from the SmartThings app. Home Assistant will prompt you to configure the integration again or it can be invoked from the integrations page. The configuration process is the same as before. To prepare, have your _personal access token and a mobile device with the SmartThings Classic App handy._ This will not affect the naming of devices or entities and is a __one-time inconvenience.__ The implementation switches over to the SmartApp access token to synchronize subscriptions during setup of the config entry, which cannot be done using the personal access token.
|
||||
|
||||
|
||||
## {% linkable_title New Platforms %}
|
||||
|
||||
- Météo-France platform for the weather component ([@victorcerutti] - [#18404]) ([sensor.meteo_france docs]) ([weather.meteo_france docs]) (new-platform)
|
||||
- Point alarm control ([@fredrike] - [#20972]) ([point docs]) (new-platform)
|
||||
- Times of The Day Binary Sensor ([@kstaniek] - [#20068]) ([binary_sensor.tod docs]) (new-platform)
|
||||
- Nissan Leaf Integration (Carwings / NissanConnect EV) ([@filcole] - [#19786]) ([device_tracker docs]) ([nissan_leaf docs]) ([binary_sensor.nissan_leaf docs]) ([sensor.nissan_leaf docs]) ([switch.nissan_leaf docs]) (new-platform)
|
||||
- Rewrite of Toon component ([@frenck] - [#21186]) ([toon docs]) (breaking change) (new-platform)
|
||||
- Times of The Day Binary Sensor ([@kstaniek] - [#20068]) ([binary_sensor.tod docs]) (new-platform)
|
||||
- Add switch platform for Danfoss Air and additional sensors. ([@JonasPed] - [#21046]) ([danfoss_air docs]) (new-platform)
|
||||
- Owlet baby monitor component ([@oblogic7] - [#21108]) ([owlet docs]) (new-platform)
|
||||
- deCONZ thermostat support ([@Kane610] - [#20586]) ([deconz docs]) (new-platform)
|
||||
- Added device tracker support for Ubee Router ([@mzdrale] - [#19586]) ([device_tracker docs]) (new-platform)
|
||||
- Nissanleaf ([@filcole] - [#21145]) ([nissan_leaf docs]) (new-platform)
|
||||
- Add LCN cover platform ([@alengwenus] - [#20288]) ([lcn docs]) ([cover.lcn docs]) (new-platform)
|
||||
- Split out iperf3 into a component with a sensor platform ([@rohankapoorcom] - [#21138]) ([iperf3 docs]) ([sensor.iperf3 docs]) (breaking change) (new-platform)
|
||||
- Add initial support for Sony SDCP projector control ([@alistairg] - [#20269]) ([switch.sony_projector docs]) (new-platform)
|
||||
- Refactoring. Moved LCN constants to const.py ([@alengwenus] - [#21376]) ([lcn docs]) (new-platform)
|
||||
- Add SmartThings Cover platform and add cover device classes ([@andrewsayre] - [#21192]) ([cover docs]) ([smartthings docs]) (breaking change) (new-platform)
|
||||
- Rewrite of Toon component ([@frenck] - [#21186]) ([toon docs]) (breaking change) (new-platform)
|
||||
- Add SmartThings Scene platform ([@andrewsayre] - [#21405]) ([smartthings docs]) (new-platform)
|
||||
- Reddit Sensor ([@ljmerza] - [#21344]) ([sensor.reddit docs]) (new-platform)
|
||||
- mobile_app component ([@robbiet480] - [#21475]) ([mobile_app docs]) (beta fix) (new-platform)
|
||||
|
||||
## {% linkable_title New Features %}
|
||||
|
||||
- Enhance SmartThings component subscription ([@andrewsayre] - [#21124]) ([smartthings docs]) (breaking change) (new-feature)
|
||||
- SmartThings Lock platform state attributes enhancement ([@andrewsayre] - [#21379]) ([smartthings docs]) (new-feature)
|
||||
- Add power and energy attributes to SmartThings switch ([@andrewsayre] - [#21375]) ([smartthings docs]) (new-feature)
|
||||
- Add component media player.ps4 ([@ktnrg45] - [#21074]) ([ps4 docs])
|
||||
|
||||
## {% linkable_title If you need help... %}
|
||||
|
||||
@ -113,6 +108,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Avoid recorder thread crashing ([@balloob] - [#21668]) (beta fix)
|
||||
- check we have a tb ([@dgomes] - [#21670]) ([system_log docs]) (beta fix)
|
||||
- Fix ADS race condition ([@carstenschroeder] - [#21677]) ([ads docs]) (beta fix)
|
||||
- resync hass that changes have occured ([@fredrike] - [#21705]) ([tellduslive docs]) (beta fix)
|
||||
- Upgrade toonapilib to 3.2.1 ([@frenck] - [#21706]) ([toon docs]) (beta fix)
|
||||
|
||||
## {% linkable_title All changes %}
|
||||
|
||||
@ -297,6 +294,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Avoid recorder thread crashing ([@balloob] - [#21668]) (beta fix)
|
||||
- check we have a tb ([@dgomes] - [#21670]) ([system_log docs]) (beta fix)
|
||||
- Fix ADS race condition ([@carstenschroeder] - [#21677]) ([ads docs]) (beta fix)
|
||||
- resync hass that changes have occured ([@fredrike] - [#21705]) ([tellduslive docs]) (beta fix)
|
||||
- Upgrade toonapilib to 3.2.1 ([@frenck] - [#21706]) ([toon docs]) (beta fix)
|
||||
|
||||
[#18091]: https://github.com/home-assistant/home-assistant/pull/18091
|
||||
[#18404]: https://github.com/home-assistant/home-assistant/pull/18404
|
||||
@ -479,6 +478,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[#21668]: https://github.com/home-assistant/home-assistant/pull/21668
|
||||
[#21670]: https://github.com/home-assistant/home-assistant/pull/21670
|
||||
[#21677]: https://github.com/home-assistant/home-assistant/pull/21677
|
||||
[#21705]: https://github.com/home-assistant/home-assistant/pull/21705
|
||||
[#21706]: https://github.com/home-assistant/home-assistant/pull/21706
|
||||
[@Adminiuga]: https://github.com/Adminiuga
|
||||
[@Danielhiversen]: https://github.com/Danielhiversen
|
||||
[@Dullage]: https://github.com/Dullage
|
||||
@ -658,6 +659,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[system_log docs]: /components/system_log/
|
||||
[tahoma docs]: /components/tahoma/
|
||||
[telegram_bot docs]: /components/telegram_bot/
|
||||
[tellduslive docs]: /components/tellduslive/
|
||||
[tibber docs]: /components/tibber/
|
||||
[toon docs]: /components/toon/
|
||||
[tplink docs]: /components/tplink/
|
||||
|
BIN
source/images/blog/2019-03-release-89/components.png
Normal file
BIN
source/images/blog/2019-03-release-89/components.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Loading…
x
Reference in New Issue
Block a user