mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Release 114.1
This commit is contained in:
parent
f336aace6c
commit
561f2b8b88
@ -101,8 +101,8 @@ social:
|
|||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 0
|
current_major_version: 0
|
||||||
current_minor_version: 114
|
current_minor_version: 114
|
||||||
current_patch_version: 0
|
current_patch_version: 1
|
||||||
date_released: 2020-08-12
|
date_released: 2020-08-15
|
||||||
|
|
||||||
# Either # or the anchor link to latest release notes in the blog post.
|
# Either # or the anchor link to latest release notes in the blog post.
|
||||||
# Must be prefixed with a # and have double quotes around it.
|
# Must be prefixed with a # and have double quotes around it.
|
||||||
|
@ -114,8 +114,7 @@ automation:
|
|||||||
- "06:00:00"
|
- "06:00:00"
|
||||||
- "10:00:00"
|
- "10:00:00"
|
||||||
action:
|
action:
|
||||||
choose:
|
choose: ...
|
||||||
...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Open Z-Wave (beta)
|
### Open Z-Wave (beta)
|
||||||
@ -534,6 +533,47 @@ the automation is turned off.
|
|||||||
Enedis has discontinued its Linky API (to get electric consumption).
|
Enedis has discontinued its Linky API (to get electric consumption).
|
||||||
([@Quentame] - [#38565])
|
([@Quentame] - [#38565])
|
||||||
|
|
||||||
|
## Release 0.114.1 - August 15
|
||||||
|
|
||||||
|
- Update meteo_france based on code review ([@Quentame] - [#38789]) ([meteo_france docs])
|
||||||
|
- Catch upnp timeout error ([@balloob] - [#38794]) ([upnp docs])
|
||||||
|
- Handle unhandled exceptions related to unavailable SimpliSafe features ([@bachya] - [#38812]) ([simplisafe docs])
|
||||||
|
- Make executor max_workers consistent between python versions ([@bdraco] - [#38821])
|
||||||
|
- Fix creation of unrequired sensors in OVO energy ([@RogerSelwyn] - [#38835]) ([ovo_energy docs])
|
||||||
|
- Bump pywemo to 0.4.46 ([@esev] - [#38845]) ([wemo docs])
|
||||||
|
- Fix OVO Energy Sensors ([@timmo001] - [#38849]) ([ovo_energy docs])
|
||||||
|
- Fix ozw dimming transition ([@firstof9] - [#38850]) ([ozw docs])
|
||||||
|
- Ensure service browser does not collapse on bad dns names ([@bdraco] - [#38851]) ([zeroconf docs])
|
||||||
|
- Update ovoenergy package to v1.1.7 ([@timmo001] - [#38875]) ([ovo_energy docs])
|
||||||
|
- Adjust slow add entities timeouts to handle slowest known case ([@bdraco] - [#38876])
|
||||||
|
|
||||||
|
[#38789]: https://github.com/home-assistant/core/pull/38789
|
||||||
|
[#38794]: https://github.com/home-assistant/core/pull/38794
|
||||||
|
[#38812]: https://github.com/home-assistant/core/pull/38812
|
||||||
|
[#38821]: https://github.com/home-assistant/core/pull/38821
|
||||||
|
[#38835]: https://github.com/home-assistant/core/pull/38835
|
||||||
|
[#38845]: https://github.com/home-assistant/core/pull/38845
|
||||||
|
[#38849]: https://github.com/home-assistant/core/pull/38849
|
||||||
|
[#38850]: https://github.com/home-assistant/core/pull/38850
|
||||||
|
[#38851]: https://github.com/home-assistant/core/pull/38851
|
||||||
|
[#38875]: https://github.com/home-assistant/core/pull/38875
|
||||||
|
[#38876]: https://github.com/home-assistant/core/pull/38876
|
||||||
|
[@quentame]: https://github.com/Quentame
|
||||||
|
[@rogerselwyn]: https://github.com/RogerSelwyn
|
||||||
|
[@bachya]: https://github.com/bachya
|
||||||
|
[@balloob]: https://github.com/balloob
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@esev]: https://github.com/esev
|
||||||
|
[@firstof9]: https://github.com/firstof9
|
||||||
|
[@timmo001]: https://github.com/timmo001
|
||||||
|
[meteo_france docs]: /integrations/meteo_france/
|
||||||
|
[ovo_energy docs]: /integrations/ovo_energy/
|
||||||
|
[ozw docs]: /integrations/ozw/
|
||||||
|
[simplisafe docs]: /integrations/simplisafe/
|
||||||
|
[upnp docs]: /integrations/upnp/
|
||||||
|
[wemo docs]: /integrations/wemo/
|
||||||
|
[zeroconf docs]: /integrations/zeroconf/
|
||||||
|
|
||||||
## All changes
|
## All changes
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -1054,29 +1094,29 @@ the automation is turned off.
|
|||||||
[#38762]: https://github.com/home-assistant/core/pull/38762
|
[#38762]: https://github.com/home-assistant/core/pull/38762
|
||||||
[#38773]: https://github.com/home-assistant/core/pull/38773
|
[#38773]: https://github.com/home-assistant/core/pull/38773
|
||||||
[#38775]: https://github.com/home-assistant/core/pull/38775
|
[#38775]: https://github.com/home-assistant/core/pull/38775
|
||||||
[@2Fake]: https://github.com/2Fake
|
[@2fake]: https://github.com/2Fake
|
||||||
[@Adminiuga]: https://github.com/Adminiuga
|
[@adminiuga]: https://github.com/Adminiuga
|
||||||
[@AlejandroRivera]: https://github.com/AlejandroRivera
|
[@alejandrorivera]: https://github.com/AlejandroRivera
|
||||||
[@BKPepe]: https://github.com/BKPepe
|
[@bkpepe]: https://github.com/BKPepe
|
||||||
[@ChrisMandich]: https://github.com/ChrisMandich
|
[@chrismandich]: https://github.com/ChrisMandich
|
||||||
[@Cooper-Dale]: https://github.com/Cooper-Dale
|
[@cooper-dale]: https://github.com/Cooper-Dale
|
||||||
[@DaAwesomeP]: https://github.com/DaAwesomeP
|
[@daawesomep]: https://github.com/DaAwesomeP
|
||||||
[@Danielhiversen]: https://github.com/Danielhiversen
|
[@danielhiversen]: https://github.com/Danielhiversen
|
||||||
[@Janhouse]: https://github.com/Janhouse
|
[@janhouse]: https://github.com/Janhouse
|
||||||
[@JeffLIrion]: https://github.com/JeffLIrion
|
[@jefflirion]: https://github.com/JeffLIrion
|
||||||
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
[@martinhjelmare]: https://github.com/MartinHjelmare
|
||||||
[@MikeTsenatek]: https://github.com/MikeTsenatek
|
[@miketsenatek]: https://github.com/MikeTsenatek
|
||||||
[@Misiu]: https://github.com/Misiu
|
[@misiu]: https://github.com/Misiu
|
||||||
[@OnFreund]: https://github.com/OnFreund
|
[@onfreund]: https://github.com/OnFreund
|
||||||
[@PedroLamas]: https://github.com/PedroLamas
|
[@pedrolamas]: https://github.com/PedroLamas
|
||||||
[@Quentame]: https://github.com/Quentame
|
[@quentame]: https://github.com/Quentame
|
||||||
[@RobBie1221]: https://github.com/RobBie1221
|
[@robbie1221]: https://github.com/RobBie1221
|
||||||
[@RogerSelwyn]: https://github.com/RogerSelwyn
|
[@rogerselwyn]: https://github.com/RogerSelwyn
|
||||||
[@ShaneQi]: https://github.com/ShaneQi
|
[@shaneqi]: https://github.com/ShaneQi
|
||||||
[@Shulyaka]: https://github.com/Shulyaka
|
[@shulyaka]: https://github.com/Shulyaka
|
||||||
[@StevenLooman]: https://github.com/StevenLooman
|
[@stevenlooman]: https://github.com/StevenLooman
|
||||||
[@Swampen]: https://github.com/Swampen
|
[@swampen]: https://github.com/Swampen
|
||||||
[@Tho85]: https://github.com/Tho85
|
[@tho85]: https://github.com/Tho85
|
||||||
[@adamkrol93]: https://github.com/adamkrol93
|
[@adamkrol93]: https://github.com/adamkrol93
|
||||||
[@adrum]: https://github.com/adrum
|
[@adrum]: https://github.com/adrum
|
||||||
[@agners]: https://github.com/agners
|
[@agners]: https://github.com/agners
|
||||||
@ -1134,12 +1174,12 @@ the automation is turned off.
|
|||||||
[@prystupa]: https://github.com/prystupa
|
[@prystupa]: https://github.com/prystupa
|
||||||
[@pvizeli]: https://github.com/pvizeli
|
[@pvizeli]: https://github.com/pvizeli
|
||||||
[@rsnodgrass]: https://github.com/rsnodgrass
|
[@rsnodgrass]: https://github.com/rsnodgrass
|
||||||
[@sMauldaeschle]: https://github.com/sMauldaeschle
|
[@smauldaeschle]: https://github.com/sMauldaeschle
|
||||||
[@scop]: https://github.com/scop
|
[@scop]: https://github.com/scop
|
||||||
[@sergeymaysak]: https://github.com/sergeymaysak
|
[@sergeymaysak]: https://github.com/sergeymaysak
|
||||||
[@sgryphon]: https://github.com/sgryphon
|
[@sgryphon]: https://github.com/sgryphon
|
||||||
[@shenxn]: https://github.com/shenxn
|
[@shenxn]: https://github.com/shenxn
|
||||||
[@starkillerOG]: https://github.com/starkillerOG
|
[@starkillerog]: https://github.com/starkillerOG
|
||||||
[@thomasdelaet]: https://github.com/thomasdelaet
|
[@thomasdelaet]: https://github.com/thomasdelaet
|
||||||
[@timmo001]: https://github.com/timmo001
|
[@timmo001]: https://github.com/timmo001
|
||||||
[@tizzen33]: https://github.com/tizzen33
|
[@tizzen33]: https://github.com/tizzen33
|
||||||
|
Loading…
x
Reference in New Issue
Block a user