mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
0.110.2
This commit is contained in:
parent
029dd04d7a
commit
06a32ec172
@ -101,8 +101,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 0
|
||||
current_minor_version: 110
|
||||
current_patch_version: 1
|
||||
date_released: 2020-05-21
|
||||
current_patch_version: 2
|
||||
date_released: 2020-05-24
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -623,6 +623,88 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[logbook docs]: /integrations/logbook/
|
||||
[onvif docs]: /integrations/onvif/
|
||||
|
||||
## Release 0.110.2 - May 24
|
||||
|
||||
- Auto-level AirVisual API calls ([@bachya] - [#34903]) ([airvisual docs])
|
||||
- Fix service registration supported features check ([@chmielowiec] - [#35718])
|
||||
- Fix Prezzibenzina doing I/O in the event loop ([@bachya] - [#35881]) ([prezzibenzina docs])
|
||||
- Update rokuecp to 0.4.1 ([@ctalkington] - [#35899]) ([roku docs])
|
||||
- Update frontend to 20200519.3 ([@bramkragten] - [#35925]) ([frontend docs])
|
||||
- Ensure homekit functions if numpy is unavailable ([@bdraco] - [#35931]) ([homekit docs])
|
||||
- Fix ONVIF Transport ([@hunterjm] - [#35932]) ([onvif docs])
|
||||
- Fix typo in conf[CONF_SSL] ([@Wohlraj] - [#35946]) ([zabbix docs])
|
||||
- Fix Daikin AC integration for AirBase units ([@fredrike] - [#35952]) ([daikin docs])
|
||||
- Improve ipp unique id parsing ([@ctalkington] - [#35959]) ([ipp docs])
|
||||
- Bump pyAV and close unclosed outputs ([@hunterjm] - [#35960]) ([stream docs])
|
||||
- Fix lutron_caseta setup options ([@MartinHjelmare] - [#35974]) ([lutron_caseta docs])
|
||||
- Fix device_registry cleanup behavior ([@alengwenus] - [#35977])
|
||||
- Bump python-openzwave-mqtt to 1.0.2 ([@MartinHjelmare] - [#35980]) ([ozw docs])
|
||||
- Handle StorageError in the Broadlink integration ([@felipediel] - [#35986]) ([broadlink docs])
|
||||
- Update frontend to 20200519.4 ([@bramkragten] - [#35987]) ([frontend docs])
|
||||
- Fix ONVIF PTZ and profile encoding issues ([@hunterjm] - [#36006]) ([onvif docs])
|
||||
- Upgrade hass-nabucasa to 0.34.3 ([@frenck] - [#36025]) ([cloud docs])
|
||||
- Migrate rpi_gpio_pwm to extend LightEntity instead of Light ([@soldag] - [#36028]) ([rpi_gpio_pwm docs])
|
||||
- Fix shade compatibility with hunter douglas powerview 1.0 hubs ([@bdraco] - [#36040]) ([hunterdouglas_powerview docs])
|
||||
- Bump aiohomekit ([@Jc2k] - [#36041]) ([homekit_controller docs])
|
||||
- Bump tellduslive version ([@fredrike] - [#36048]) ([tellduslive docs])
|
||||
- Fix roku play/pause support ([@ctalkington] - [#35991]) ([roku docs])
|
||||
|
||||
[#34903]: https://github.com/home-assistant/core/pull/34903
|
||||
[#35718]: https://github.com/home-assistant/core/pull/35718
|
||||
[#35881]: https://github.com/home-assistant/core/pull/35881
|
||||
[#35899]: https://github.com/home-assistant/core/pull/35899
|
||||
[#35925]: https://github.com/home-assistant/core/pull/35925
|
||||
[#35931]: https://github.com/home-assistant/core/pull/35931
|
||||
[#35932]: https://github.com/home-assistant/core/pull/35932
|
||||
[#35946]: https://github.com/home-assistant/core/pull/35946
|
||||
[#35952]: https://github.com/home-assistant/core/pull/35952
|
||||
[#35959]: https://github.com/home-assistant/core/pull/35959
|
||||
[#35960]: https://github.com/home-assistant/core/pull/35960
|
||||
[#35974]: https://github.com/home-assistant/core/pull/35974
|
||||
[#35977]: https://github.com/home-assistant/core/pull/35977
|
||||
[#35980]: https://github.com/home-assistant/core/pull/35980
|
||||
[#35986]: https://github.com/home-assistant/core/pull/35986
|
||||
[#35987]: https://github.com/home-assistant/core/pull/35987
|
||||
[#35991]: https://github.com/home-assistant/core/pull/35991
|
||||
[#36006]: https://github.com/home-assistant/core/pull/36006
|
||||
[#36025]: https://github.com/home-assistant/core/pull/36025
|
||||
[#36028]: https://github.com/home-assistant/core/pull/36028
|
||||
[#36040]: https://github.com/home-assistant/core/pull/36040
|
||||
[#36041]: https://github.com/home-assistant/core/pull/36041
|
||||
[#36048]: https://github.com/home-assistant/core/pull/36048
|
||||
[@Jc2k]: https://github.com/Jc2k
|
||||
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
||||
[@Wohlraj]: https://github.com/Wohlraj
|
||||
[@alengwenus]: https://github.com/alengwenus
|
||||
[@bachya]: https://github.com/bachya
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@bramkragten]: https://github.com/bramkragten
|
||||
[@chmielowiec]: https://github.com/chmielowiec
|
||||
[@ctalkington]: https://github.com/ctalkington
|
||||
[@felipediel]: https://github.com/felipediel
|
||||
[@fredrike]: https://github.com/fredrike
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@hunterjm]: https://github.com/hunterjm
|
||||
[@soldag]: https://github.com/soldag
|
||||
[airvisual docs]: /integrations/airvisual/
|
||||
[broadlink docs]: /integrations/broadlink/
|
||||
[cloud docs]: /integrations/cloud/
|
||||
[daikin docs]: /integrations/daikin/
|
||||
[frontend docs]: /integrations/frontend/
|
||||
[homekit docs]: /integrations/homekit/
|
||||
[homekit_controller docs]: /integrations/homekit_controller/
|
||||
[hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview/
|
||||
[ipp docs]: /integrations/ipp/
|
||||
[lutron_caseta docs]: /integrations/lutron_caseta/
|
||||
[onvif docs]: /integrations/onvif/
|
||||
[ozw docs]: /integrations/ozw/
|
||||
[prezzibenzina docs]: /integrations/prezzibenzina/
|
||||
[roku docs]: /integrations/roku/
|
||||
[rpi_gpio_pwm docs]: /integrations/rpi_gpio_pwm/
|
||||
[stream docs]: /integrations/stream/
|
||||
[tellduslive docs]: /integrations/tellduslive/
|
||||
[zabbix docs]: /integrations/zabbix/
|
||||
|
||||
## All changes
|
||||
|
||||
<details>
|
||||
|
Loading…
x
Reference in New Issue
Block a user