Add stub release notes 94

This commit is contained in:
Paulus Schoutsen 2019-05-29 14:29:34 -07:00
parent 93e3c3d322
commit e0ca456f9a
2 changed files with 23 additions and 3 deletions

View File

@ -138,9 +138,9 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 93
current_patch_version: 2
date_released: 2019-05-22
current_minor_version: 94
current_patch_version: 0
date_released: 2019-06-05
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -0,0 +1,20 @@
---
layout: post
title: "0.94: TBD - update date"
description: "TO DO."
date: 2019-05-29 04:11:03
date_formatted: "June 5, 2019"
author: Paulus Schoutsen
author_twitter: balloob
comments: true
categories: Release-Notes
og_image: /images/blog/2019-06-release-94/components.png
---
<a href='/components/#version/0.94'><img src='/images/blog/2019-06-release-94/components.png' style='border: 0;box-shadow: none;'></a>
New:
- Possible to store core config in storage. Configuration.yaml will override storage.
- Onboarding updated to set core config
- Python 3.5.3 deprecated, support will be dropped in the first release after August 1.
- More cool stuff?