Tell Home Assistant that setup was successful

This commit is contained in:
Thomas Lovén 2019-08-07 12:56:04 +02:00
parent 483172d83c
commit eeb483dc27

View File

@ -54,3 +54,6 @@ def _uncache_file(ldr, node):
loader.load_yaml = load_yaml
loader.yaml.SafeLoader.add_constructor("!include", _include_yaml)
loader.yaml.SafeLoader.add_constructor("!file", _uncache_file)
async def async_setup(*_):
return True