diff --git a/source/_posts/2018-08-17-release-76.markdown b/source/_posts/2018-08-17-release-76.markdown index 223a3865794..c5a27912a32 100644 --- a/source/_posts/2018-08-17-release-76.markdown +++ b/source/_posts/2018-08-17-release-76.markdown @@ -13,9 +13,18 @@ og_image: /images/blog/2018-08-0.76/components.png -### This release has a migration, initial startup will take some time. +The auth system is entering release candidate status 🎉. It will be enabled by default starting the next release (0.76) but you can already easily enable it now: -Report 1: Migration took 15 minutes for 30 days history. (DB: Postgres; Raspberry Pi 3; Ubuntu 16.04; venv installation) +```yaml +homeassistant: + # add this part + auth_providers: + - type: homeassistant + # uncomment this to enable API password + # - type: legacy_api_password +``` + +### This release has a migration, initial startup can take ~20 minutes (depends on size DB) Please report your migration time in the #beta channel on discord.