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:
Fredrik Erlandsson 2019-04-01 19:01:31 +02:00 committed by Rohan Kapoor
parent 1e96d69688
commit 0056fcf904
8 changed files with 16 additions and 8 deletions

View file

@ -53,7 +53,8 @@ HA_ATTR_TO_DAIKIN = {
}
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 HVAC platform.
Can only be called when a user accidentally mentions the platform in their