mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Enforce Pulse client (#1572)
This commit is contained in:
parent
89148f8fff
commit
02aed9c084
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user