From 02aed9c0846cfdc776694549434ef8dfa6e46bff Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 5 Mar 2020 15:54:23 +0100 Subject: [PATCH] Enforce Pulse client (#1572) --- supervisor/homeassistant.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/supervisor/homeassistant.py b/supervisor/homeassistant.py index 2f44e663f..d338127fb 100644 --- a/supervisor/homeassistant.py +++ b/supervisor/homeassistant.py @@ -649,6 +649,5 @@ class HomeAssistant(JsonConfig, CoreSysAttributes): config_file.write(pulse_config) except OSError as err: _LOGGER.error("Home Assistant can't write pulse/client.config: %s", err) - raise HomeAssistantError() - - _LOGGER.debug("Home Assistant write pulse/client.config: %s", self.path_pulse) + else: + _LOGGER.info("Update pulse/client.config: %s", self.path_pulse)