Update 2019-08-07-release-97.markdown

This commit is contained in:
Pascal Vizeli 2019-08-07 17:40:24 +02:00 committed by GitHub
parent bed508c206
commit a9717165cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,10 @@ og_image: /images/blog/2019-08-release-97/components.png
As per previous announcements, this is the first release that requires at least Python 3.6. As per previous announcements, this is the first release that requires at least Python 3.6.
## Docker
This is the latest release where `homeassistant/home-assistant` is based on Debian. In followup of [ADR006 Docker Images](https://github.com/home-assistant/architecture/blob/master/adr/0006-docker-images.md), we replace the image with the Alpine based Hass.io Images. You don't need to change your setup if you use that image without modification; otherwise, it could be that you need to update your commands.
## Reload scenes from configuration.yaml ## Reload scenes from configuration.yaml
Thanks to [@balloob] it is now possible to reload scenes from configuration.yaml without restarting Home Assistant. This is part of an effort for Home Assistant 1.0 to make scenes a first class citizen of Home Assistant, including creating/restoring scenes on the fly in the future. To track the effort, [follow this page](https://github.com/home-assistant/home-assistant/issues/25681). Thanks to [@balloob] it is now possible to reload scenes from configuration.yaml without restarting Home Assistant. This is part of an effort for Home Assistant 1.0 to make scenes a first class citizen of Home Assistant, including creating/restoring scenes on the fly in the future. To track the effort, [follow this page](https://github.com/home-assistant/home-assistant/issues/25681).