diff --git a/_config.yml b/_config.yml index e8cc29709d7..cd6cdf36d3b 100644 --- a/_config.yml +++ b/_config.yml @@ -142,13 +142,13 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 75 -current_patch_version: 0 -date_released: 2018-08-03 +current_patch_version: 1 +date_released: 2018-08-04 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#" +patch_version_notes: "#release-0751---august-4" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-08-03-release-75.markdown b/source/_posts/2018-08-03-release-75.markdown index c14ba06f2cd..e28aab3c76e 100644 --- a/source/_posts/2018-08-03-release-75.markdown +++ b/source/_posts/2018-08-03-release-75.markdown @@ -24,7 +24,6 @@ Screenshot of the new user interface to change entity IDs. This release also includes a bunch more Tuya integrations thanks to [@huangyupeng]. And thanks to [@peternijssen] we're now also able to talk with Spider thermostats and plugs. - ## {% linkable_title New Platforms %} - Add Tuya climate platform ([@huangyupeng] - [#15500]) ([tuya docs]) ([climate.tuya docs]) (new-platform) @@ -39,6 +38,12 @@ This release also includes a bunch more Tuya integrations thanks to [@huangyupen - Add a component for Sisyphus Kinetic Art Tables ([@jkeljo] - [#14472]) ([sisyphus docs]) ([light.sisyphus docs]) ([media_player.sisyphus docs]) (new-platform) - Add Genie Aladdin Connect cover component ([@shoejosh] - [#15699]) ([cover.aladdin_connect docs]) (new-platform) +## {% linkable_title Release 0.75.1 - August 4 %} + +- Upgrade Adafruit-DHT to 1.3.3 ([@superpuffin] - [#15706]) ([sensor.dht docs]) +- Fix rfxtrx device id matching ([@Danielhiversen] - [#15819]) ([rfxtrx docs]) +- Fix custom panel and Hass.io panel ([@balloob]) + ## {% linkable_title If you need help... %} ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. @@ -395,3 +400,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [websocket_api docs]: /components/websocket_api/ [wemo docs]: /components/wemo/ [zwave docs]: /components/zwave/ +[#15706]: https://github.com/home-assistant/home-assistant/pull/15706 +[#15819]: https://github.com/home-assistant/home-assistant/pull/15819 +[@Danielhiversen]: https://github.com/Danielhiversen +[@superpuffin]: https://github.com/superpuffin +[rfxtrx docs]: /components/rfxtrx/ +[sensor.dht docs]: /components/sensor.dht/