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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue