core/homeassistant/components/zwave_me
J. Nick Koston a851b20c97
Ensure platform setup is awaited in zwave_me (#86581)
* Ensure platform setup is awaited in zwave_me

There was a race during setup since platform setup
was not being awaited and was being done in a task

Also migrates to using async_forward_entry_setups
instead of manually writing out async_forward_entry_setup

* Ensure platform setup is awaited in zwave_me

There was a race during setup since platform setup
was not being awaited and was being done in a task

Also migrates to using async_forward_entry_setups
instead of manually writing out async_forward_entry_setup
2023-01-24 23:49:02 +02:00
..
translations
__init__.py
binary_sensor.py
button.py
climate.py
config_flow.py
const.py
cover.py
fan.py
helpers.py
light.py
lock.py
manifest.json
number.py
sensor.py
siren.py
strings.json
switch.py