-
- Downloads
Make mysensors updates and platform setup async (#13603)
* Use async updates but keep methods that interact with mysensors gateway thread, eg turn_on and turn_off, non async. * Use Python 3.5 async syntax.
Showing
- homeassistant/components/binary_sensor/mysensors.py 4 additions, 3 deletionshomeassistant/components/binary_sensor/mysensors.py
- homeassistant/components/climate/mysensors.py 7 additions, 5 deletionshomeassistant/components/climate/mysensors.py
- homeassistant/components/cover/mysensors.py 5 additions, 3 deletionshomeassistant/components/cover/mysensors.py
- homeassistant/components/device_tracker/mysensors.py 10 additions, 10 deletionshomeassistant/components/device_tracker/mysensors.py
- homeassistant/components/light/mysensors.py 16 additions, 15 deletionshomeassistant/components/light/mysensors.py
- homeassistant/components/mysensors.py 9 additions, 10 deletionshomeassistant/components/mysensors.py
- homeassistant/components/notify/mysensors.py 2 additions, 2 deletionshomeassistant/components/notify/mysensors.py
- homeassistant/components/sensor/mysensors.py 4 additions, 2 deletionshomeassistant/components/sensor/mysensors.py
- homeassistant/components/switch/mysensors.py 8 additions, 7 deletionshomeassistant/components/switch/mysensors.py
Loading
Please register or sign in to comment