Skip to content

Commit 1a17d1c

Browse files
authored
1 parent 94da23b commit 1a17d1c

File tree

2 files changed

+94
-2
lines changed

2 files changed

+94
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ social:
101101
# Home Assistant release details
102102
current_major_version: 0
103103
current_minor_version: 115
104-
current_patch_version: 2
105-
date_released: 2020-09-19
104+
current_patch_version: 3
105+
date_released: 2020-09-25
106106

107107
# Either # or the anchor link to latest release notes in the blog post.
108108
# Must be prefixed with a # and have double quotes around it.

source/_posts/2020-09-17-release-115.markdown

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ navigating you around this release.
106106
- [Farewell to the following](#farewell-to-the-following)
107107
- [Release 0.115.1 - September 18](#release-01151---september-18)
108108
- [Release 0.115.2 - September 19](#release-01152---september-19)
109+
- [Release 0.115.3 - September 25](#release-01153---september-25)
109110
- [All changes](#all-changes)
110111

111112
## Media Browser
@@ -1730,6 +1731,97 @@ discovery. Users currently using that should set up all devices through UI.
17301731
[vera docs]: /integrations/vera/
17311732
[zha docs]: /integrations/zha/
17321733

1734+
## Release 0.115.3 - September 25
1735+
1736+
- Use Cloud State as alternative state if condition unknown ([@thehaxxa] - [#37121]) ([bom docs])
1737+
- Guard SolarEdge for inverters without batteries ([@mhaack] - [#40295]) ([solaredge docs])
1738+
- Ignore packets with missing dts in peek_first_pts ([@uvjustin] - [#40299]) ([stream docs])
1739+
- Axis - Fix list applications breaks if empty response ([@Kane610] - [#40360]) ([axis docs])
1740+
- Fix Met.no missing conditions in API forecasts ([@thimic] - [#40373]) ([met docs])
1741+
- Bump pyinsteon to 1.0.8 ([@teharris1] - [#40383]) ([insteon docs])
1742+
- Fix OSError ([@bieniu] - [#40393]) ([shelly docs])
1743+
- Fix handling of empty ws port ([@OnFreund] - [#40399]) ([kodi docs])
1744+
- Validate Met.no forecast entries before passing them on to HA ([@thimic] - [#40400]) ([met docs])
1745+
- Fix luci device_tracker incorrectly reporting devices status ([@cagnulein] - [#40409]) ([luci docs])
1746+
- Make modbus switch read_coil failure resistent ([@janiversen] - [#40417]) ([modbus docs])
1747+
- Fix webostv supported features for "external_speaker" sound output ([@PedroLamas] - [#40435]) ([webostv docs])
1748+
- Fix regression in Nextcloud component ([@meichthys] - [#40438]) ([nextcloud docs])
1749+
- Fix proxy camera conversion with PNG Alpha(RGBA) ([@square99] - [#40446]) ([proxy docs])
1750+
- Bump accuweather library to version 0.0.11 ([@bieniu] - [#40458])
1751+
- Increase gogogate2 request timeout ([@vangorra] - [#40461]) ([gogogate2 docs])
1752+
- Fix handling of quoted time_pattern values ([@amelchio] - [#40470]) ([homeassistant docs])
1753+
- Ensure group state is recalculated when re-adding on reload ([@bdraco] - [#40497]) ([group docs])
1754+
- Disable audio in stream when audio stream profile is None ([@uvjustin] - [#40521]) ([stream docs])
1755+
- Fix luci device_tracker when release is none ([@cagnulein] - [#40524]) ([luci docs])
1756+
- Increase upnp timeout from 5 seconds to 10 seconds ([@StevenLooman] - [#40540]) ([upnp docs])
1757+
- Fix connection validation during import for dsmr integration ([@RobBie1221] - [#40548]) ([dsmr docs])
1758+
- Updated frontend to 20200918.2 ([@bramkragten] - [#40549]) ([frontend docs])
1759+
- Fix bug in state trigger when using for: without to: ([@KevinCathcart] - [#40556]) ([homeassistant docs])
1760+
1761+
[#37121]: https://github.com/home-assistant/core/pull/37121
1762+
[#40295]: https://github.com/home-assistant/core/pull/40295
1763+
[#40299]: https://github.com/home-assistant/core/pull/40299
1764+
[#40360]: https://github.com/home-assistant/core/pull/40360
1765+
[#40373]: https://github.com/home-assistant/core/pull/40373
1766+
[#40383]: https://github.com/home-assistant/core/pull/40383
1767+
[#40393]: https://github.com/home-assistant/core/pull/40393
1768+
[#40399]: https://github.com/home-assistant/core/pull/40399
1769+
[#40400]: https://github.com/home-assistant/core/pull/40400
1770+
[#40409]: https://github.com/home-assistant/core/pull/40409
1771+
[#40417]: https://github.com/home-assistant/core/pull/40417
1772+
[#40435]: https://github.com/home-assistant/core/pull/40435
1773+
[#40438]: https://github.com/home-assistant/core/pull/40438
1774+
[#40446]: https://github.com/home-assistant/core/pull/40446
1775+
[#40458]: https://github.com/home-assistant/core/pull/40458
1776+
[#40461]: https://github.com/home-assistant/core/pull/40461
1777+
[#40470]: https://github.com/home-assistant/core/pull/40470
1778+
[#40497]: https://github.com/home-assistant/core/pull/40497
1779+
[#40521]: https://github.com/home-assistant/core/pull/40521
1780+
[#40524]: https://github.com/home-assistant/core/pull/40524
1781+
[#40540]: https://github.com/home-assistant/core/pull/40540
1782+
[#40548]: https://github.com/home-assistant/core/pull/40548
1783+
[#40549]: https://github.com/home-assistant/core/pull/40549
1784+
[#40556]: https://github.com/home-assistant/core/pull/40556
1785+
[@Kane610]: https://github.com/Kane610
1786+
[@KevinCathcart]: https://github.com/KevinCathcart
1787+
[@OnFreund]: https://github.com/OnFreund
1788+
[@PedroLamas]: https://github.com/PedroLamas
1789+
[@RobBie1221]: https://github.com/RobBie1221
1790+
[@StevenLooman]: https://github.com/StevenLooman
1791+
[@amelchio]: https://github.com/amelchio
1792+
[@bdraco]: https://github.com/bdraco
1793+
[@bieniu]: https://github.com/bieniu
1794+
[@bramkragten]: https://github.com/bramkragten
1795+
[@cagnulein]: https://github.com/cagnulein
1796+
[@janiversen]: https://github.com/janiversen
1797+
[@meichthys]: https://github.com/meichthys
1798+
[@mhaack]: https://github.com/mhaack
1799+
[@square99]: https://github.com/square99
1800+
[@teharris1]: https://github.com/teharris1
1801+
[@thehaxxa]: https://github.com/thehaxxa
1802+
[@thimic]: https://github.com/thimic
1803+
[@uvjustin]: https://github.com/uvjustin
1804+
[@vangorra]: https://github.com/vangorra
1805+
[axis docs]: /integrations/axis/
1806+
[bom docs]: /integrations/bom/
1807+
[dsmr docs]: /integrations/dsmr/
1808+
[frontend docs]: /integrations/frontend/
1809+
[gogogate2 docs]: /integrations/gogogate2/
1810+
[group docs]: /integrations/group/
1811+
[homeassistant docs]: /integrations/homeassistant/
1812+
[insteon docs]: /integrations/insteon/
1813+
[kodi docs]: /integrations/kodi/
1814+
[luci docs]: /integrations/luci/
1815+
[met docs]: /integrations/met/
1816+
[modbus docs]: /integrations/modbus/
1817+
[nextcloud docs]: /integrations/nextcloud/
1818+
[proxy docs]: /integrations/proxy/
1819+
[shelly docs]: /integrations/shelly/
1820+
[solaredge docs]: /integrations/solaredge/
1821+
[stream docs]: /integrations/stream/
1822+
[upnp docs]: /integrations/upnp/
1823+
[webostv docs]: /integrations/webostv/
1824+
17331825
## All changes
17341826

17351827
<details>

0 commit comments

Comments
 (0)