mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +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)
|
config_file.write(pulse_config)
|
||||||
except OSError as err:
|
except OSError as err:
|
||||||
_LOGGER.error("Home Assistant can't write pulse/client.config: %s", err)
|
_LOGGER.error("Home Assistant can't write pulse/client.config: %s", err)
|
||||||
raise HomeAssistantError()
|
else:
|
||||||
|
_LOGGER.info("Update pulse/client.config: %s", self.path_pulse)
|
||||||
_LOGGER.debug("Home Assistant write pulse/client.config: %s", self.path_pulse)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user