Make platform setup a coroutine (#22620)
* make setup_platform a coroutine * Update homeassistant/components/tellduslive/sensor.py Co-Authored-By: fredrike <fredrik.e@gmail.com>
This commit is contained in:
parent
1e96d69688
commit
0056fcf904
8 changed files with 16 additions and 8 deletions
|
@ -13,7 +13,8 @@ from .const import (
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
async def async_setup_platform(
|
||||
hass, config, async_add_entities, discovery_info=None):
|
||||
"""Old way of setting up the Daikin sensors.
|
||||
|
||||
Can only be called when a user accidentally mentions the platform in their
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue