Updated own integrations for new HA version

This commit is contained in:
Martin Bauer
2021-05-01 11:54:54 +00:00
parent 6ee8c9c348
commit f6379fe687
25 changed files with 286 additions and 51 deletions

View File

@@ -34,7 +34,6 @@ async def async_setup(hass, config):
connection = LircConnection(hass, config_element)
hass.data[DATA_LIRC_NETWORK].append(connection)
await connection.start()
_LOGGER.warning("About to return true in async_setup")
return True

View File

@@ -4,5 +4,6 @@
"documentation": "",
"requirements": [],
"dependencies": [],
"codeowners": ["@mabau"]
"codeowners": ["@mabau"],
"version": "0.1"
}