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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user