Updated own integrations for new HA version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"documentation": "",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": ["@mabau"]
|
||||
"codeowners": ["@mabau"],
|
||||
"version": "0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user