Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ThermIQ/thermiq_mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
ThermIQ committed Jun 8, 2023
2 parents f254819 + 0028da6 commit e22c736
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/thermiq_mqtt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Component for ThermIQ-MQTT support."""
import logging
from builtins import property
import asyncio

from homeassistant.config_entries import ConfigEntry
from homeassistant.core import HomeAssistant, callback
Expand Down Expand Up @@ -31,8 +30,6 @@
"binary_sensor",
]


@asyncio.coroutine
async def async_setup(hass, config):
"""Set up HASL integration"""
_LOGGER.error("Set up ThermIQ-MQTT integration")
Expand Down

0 comments on commit e22c736

Please sign in to comment.