Fixes in fhem & lirc (in reconnection_client)
This commit is contained in:
@@ -22,7 +22,6 @@ CONFIG_SCHEMA = vol.Schema({
|
||||
|
||||
|
||||
async def async_setup(hass, config):
|
||||
_LOGGER.warning(f"Config is {config[DOMAIN]}")
|
||||
for config_element in config[DOMAIN]:
|
||||
connection = LircConnection(hass, config_element)
|
||||
await connection.start()
|
||||
|
||||
Reference in New Issue
Block a user