mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
6400d9ddbf
@ -101,8 +101,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 0
|
||||
current_minor_version: 109
|
||||
current_patch_version: 0
|
||||
date_released: 2020-04-29
|
||||
current_patch_version: 1
|
||||
date_released: 2020-04-30
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -90,6 +90,7 @@ For example: for model `UN55NU7100`, the `UN55` would mean it's an LED, North Am
|
||||
- ES5700
|
||||
- ES6100
|
||||
- ES6300
|
||||
- ES6710 (WOL doesn't work, Off works fine)
|
||||
- ES6800
|
||||
- F4580
|
||||
- F6300
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Home Asssitant WebSocket API
|
||||
title: Home Assistant WebSocket API
|
||||
description: Instructions on how to setup the WebSocket API within Home Assistant.
|
||||
ha_category:
|
||||
- Other
|
||||
|
@ -25,6 +25,11 @@ name:
|
||||
description: Overwrites the friendly name.
|
||||
type: string
|
||||
default: Entity Name
|
||||
show_forecast:
|
||||
required: false
|
||||
description: Show next hours/days forecast.
|
||||
type: boolean
|
||||
default: true
|
||||
theme:
|
||||
required: false
|
||||
description: "Set to any theme within `themes.yaml`"
|
||||
|
@ -221,7 +221,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
intended anymore. Withings only provides historical data for this API endpoint
|
||||
and getting recent data is rare. This results in wildly inaccurate state
|
||||
reported by Home Assistant. - ([@vangorra] - [#33817]) ([withings docs])
|
||||
|
||||
|
||||
- **Slide** - This integration was previously using the wrong inverted
|
||||
percentage of open/close. A new `invert_position` fallback option has been
|
||||
added and the 5% offset to round it off as open/close has been extended to
|
||||
@ -277,7 +277,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
Additionally, `manual` preset is removed in favor of HVAC mode `heat`. This
|
||||
might affect your scripts, templates or automations. -
|
||||
([@leppa] - [#28845]) ([maxcube docs])
|
||||
|
||||
|
||||
Other improvements:
|
||||
- It wasn't possible to return to automatic (scheduled) operation after
|
||||
switching to `manual` preset. `none` preset was added, which switches
|
||||
@ -323,7 +323,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
saved since Home Assistant 0.94. If you are running Home Assistant 0.94 or
|
||||
later this does not affect you as your pairings were automatically migrated
|
||||
to the new scheme already. If you are running an older release then you will
|
||||
need to re-pair after upgrading. - ([@Jc2k] - [#34333]) ([homekit_controller docs])
|
||||
need to re-pair after upgrading. - ([@Jc2k] - [#34333]) ([homekit_controller docs])
|
||||
|
||||
- **Add Islamic Prayer Times** - Islamic Prayer Times is now its own integration
|
||||
and can be added using the Integrations UI. You will need to reconfigure your
|
||||
@ -355,6 +355,52 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
|
||||
Pushetta has been offline since September 2019 and the Yahoo Weather API has been discontinued. - ([@frenck] - [#34497] [#34501])
|
||||
|
||||
## Release 0.109.1 - April 30
|
||||
|
||||
- Reload braviatv entry after options update ([@bieniu] - [#34576]) ([braviatv docs])
|
||||
- Fix CVE-2020-1967 ([@pvizeli] - [#34853])
|
||||
- SmartThings continue correct config flow after external auth ([@andrewsayre] - [#34862]) ([smartthings docs])
|
||||
- Abort nexia import if the username is already configured ([@bdraco] - [#34863]) ([nexia docs])
|
||||
- Prevent homekit fans from going to 100% than speed when turning on ([@bdraco] - [#34875]) ([homekit docs])
|
||||
- Fix Flu Near You exception re: stale coroutines ([@bachya] - [#34880]) ([flunearyou docs])
|
||||
- Fix Garmin Connect doing I/O in event loop ([@balloob] - [#34895]) ([garmin_connect docs])
|
||||
- Fix Toon doing I/O in event loop ([@balloob] - [#34896]) ([toon docs])
|
||||
- Reduce log level for WebOS connection error ([@jjlawren] - [#34904]) ([webostv docs])
|
||||
- Fix handling homekit thermostat states ([@bdraco] - [#34905]) ([homekit docs])
|
||||
- Avoid error when battery appears after homekit has started ([@bdraco] - [#34906]) ([homekit docs])
|
||||
- Make sqlalchemy engine connect listener recorder specific ([@bdraco] - [#34908]) ([recorder docs]) (breaking change)
|
||||
- Use entry ID when IPP printer offers no identifier ([@ctalkington] - [#34316])
|
||||
|
||||
[#34316]: https://github.com/home-assistant/core/pull/34316
|
||||
[#34576]: https://github.com/home-assistant/core/pull/34576
|
||||
[#34853]: https://github.com/home-assistant/core/pull/34853
|
||||
[#34862]: https://github.com/home-assistant/core/pull/34862
|
||||
[#34863]: https://github.com/home-assistant/core/pull/34863
|
||||
[#34875]: https://github.com/home-assistant/core/pull/34875
|
||||
[#34880]: https://github.com/home-assistant/core/pull/34880
|
||||
[#34895]: https://github.com/home-assistant/core/pull/34895
|
||||
[#34896]: https://github.com/home-assistant/core/pull/34896
|
||||
[#34904]: https://github.com/home-assistant/core/pull/34904
|
||||
[#34905]: https://github.com/home-assistant/core/pull/34905
|
||||
[#34906]: https://github.com/home-assistant/core/pull/34906
|
||||
[#34908]: https://github.com/home-assistant/core/pull/34908
|
||||
[@andrewsayre]: https://github.com/andrewsayre
|
||||
[@bachya]: https://github.com/bachya
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@bieniu]: https://github.com/bieniu
|
||||
[@jjlawren]: https://github.com/jjlawren
|
||||
[@pvizeli]: https://github.com/pvizeli
|
||||
[braviatv docs]: /integrations/braviatv/
|
||||
[flunearyou docs]: /integrations/flunearyou/
|
||||
[garmin_connect docs]: /integrations/garmin_connect/
|
||||
[homekit docs]: /integrations/homekit/
|
||||
[nexia docs]: /integrations/nexia/
|
||||
[recorder docs]: /integrations/recorder/
|
||||
[smartthings docs]: /integrations/smartthings/
|
||||
[toon docs]: /integrations/toon/
|
||||
[webostv docs]: /integrations/webostv/
|
||||
|
||||
## All changes
|
||||
|
||||
<details>
|
||||
|
@ -24,7 +24,8 @@ The following will take you through the steps required to install Home Assistant
|
||||
- [VMDK][vmdk] (VMWare Workstation)
|
||||
- [VHDX][vhdx]
|
||||
- [VDI][vdi]
|
||||
- [OVA][Virtual Appliance] (not available at this time!)
|
||||
- [QCOW2 (beta)][qcow2]
|
||||
- [OVA (Beta)][Virtual Appliance]
|
||||
|
||||
- Not recommended Hardware:
|
||||
|
||||
@ -193,7 +194,6 @@ See the [installer](https://github.com/home-assistant/supervised-installer) GitH
|
||||
If you can not find your machine type in the list, you should pick the `qemu` release. i.e., `qemux86-64` for a normal 64-bit Linux distribution, or `qemuarm-64` for most modern ARM-based target like Raspberry Pi clones, or TV boxes.
|
||||
|
||||
[balenaEtcher]: https://www.balena.io/etcher
|
||||
[Virtual Appliance]: https://github.com/home-assistant/operating-system/blob/dev/Documentation/boards/ova.md
|
||||
[hassos-network]: https://github.com/home-assistant/operating-system/blob/dev/Documentation/network.md
|
||||
[pi0-w]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_rpi0-w-3.13.img.gz
|
||||
[pi1]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_rpi-3.13.img.gz
|
||||
@ -204,12 +204,14 @@ If you can not find your machine type in the list, you should pick the `qemu` re
|
||||
[pi4-64]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_rpi4-64-3.13.img.gz
|
||||
[tinker]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_tinker-3.13.img.gz
|
||||
[odroid-c2]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_odroid-c2-3.13.img.gz
|
||||
[odroid-n2]: https://github.com/home-assistant/operating-system/releases/download/4.4/hassos_odroid-n2-4.4.img.gz
|
||||
[odroid-n2]: https://github.com/home-assistant/operating-system/releases/download/4.5/hassos_odroid-n2-4.5.img.gz
|
||||
[odroid-xu4]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_odroid-xu4-3.13.img.gz
|
||||
[intel-nuc]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_intel-nuc-3.13.img.gz
|
||||
[vmdk]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_ova-3.13.vmdk.gz
|
||||
[vhdx]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_ova-3.13.vhdx.gz
|
||||
[vdi]: https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_ova-3.13.vdi.gz
|
||||
[qcow2]: https://github.com/home-assistant/operating-system/releases/download/4.5/hassos_ova-4.5.vdi.gz
|
||||
[Virtual Appliance]: https://github.com/home-assistant/operating-system/releases/download/4.5/hassos_ova-4.5.ova
|
||||
[linux]: https://github.com/home-assistant/supervised-installer
|
||||
[local]: http://homeassistant.local:8123
|
||||
[samba]: /addons/samba/
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 14 KiB |
Loading…
x
Reference in New Issue
Block a user