diff --git a/source/_posts/2020-01-15-release-104.markdown b/source/_posts/2020-01-15-release-104.markdown index 45ea34c82b2..30476770685 100644 --- a/source/_posts/2020-01-15-release-104.markdown +++ b/source/_posts/2020-01-15-release-104.markdown @@ -13,6 +13,22 @@ og_image: /images/blog/2020-01-0.104/components.png +## Entity handling + +Draft: +One major change: we're restoring all entity registry entities on Home Assistant startup +this allows Homekit/Google/Alexa to always find all entities to expose and Lovelace will no longer show yellow/red boxes. +All entities are being restored as "unavailable" +they can be differentiated from normal unavailable entities by the "restored" state attribute + +## Reload all the input things + +All input integrations now have reload services to reload the YAML config without restart. + +## Ignore discovered config flows + +It's now able to ignore certain config flows that are discovered. It requires the integration to be updated. Hue, Deconz and Homekit have been updated. + ## In other news ODroid N2 support ?