From c178a7c13df7a093e4e356715ad9d7c6cea40294 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Thu, 6 Feb 2020 07:26:18 +0100 Subject: [PATCH] Remove false new netatmo platform item (#11982) --- source/_posts/2020-02-05-release-105.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_posts/2020-02-05-release-105.markdown b/source/_posts/2020-02-05-release-105.markdown index 3db6b3b1dd9..93ccd1a4189 100644 --- a/source/_posts/2020-02-05-release-105.markdown +++ b/source/_posts/2020-02-05-release-105.markdown @@ -31,7 +31,7 @@ In addition to this, all configuration options for the States UI are deprecated We are humans, and we do make typos. However, if we make a typo in our configuration, we might end up with Home Assistant being completely unreachable. That really is not helpful. You lose access to Home Assistant and have to do a deep dive via other methods to find out: Why did this happen? -This release introduces a "Safe mode" for Home Assistant. If during startup, Home Assistant has problems reading your configuration (for whatever reason), it will still continue to start using bit and pieces from the configuration of the last time it did start. +This release introduces a "Safe mode" for Home Assistant. If during startup, Home Assistant has problems reading your configuration (for whatever reason), it will still continue to start using bits and pieces from the configuration of the last time it did start. When this happens, Home Assistant will start in "Safe mode". In this mode, nothing is loaded, but it does give you access to the Home Assistant frontend, settings and add-ons (for example, the VSCode or Configurator add-on). This gives you the possibility to correct the issue and restart Home Assistant to re-try. @@ -172,7 +172,6 @@ Have you seen (or made) something awesome, interesting, unique, amazing, inspira ## New Platforms - Template alarm panel ([@alistairg] - [#30487]) ([template docs]) (new-platform) -- Refactor Netatmo integration ([@cgtobi] - [#29851]) ([netatmo docs]) (breaking change) (new-platform) - ZHA cover device support ([@billyburly] - [#30639]) ([zha docs]) (new-platform) ## If you need help...