mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix async scene conversion in Hunter Douglas Powerview (#34899)
* Fix async scene conversion in hunter douglas powerview * Update homeassistant/components/hunterdouglas_powerview/scene.py Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
5d37eb8eeb
commit
8467b91390
@ -30,7 +30,7 @@ PLATFORM_SCHEMA = vol.Schema(
|
||||
)
|
||||
|
||||
|
||||
def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
|
||||
"""Import platform from yaml."""
|
||||
|
||||
hass.async_create_task(
|
||||
|
Loading…
x
Reference in New Issue
Block a user