core/homeassistant/components/broadlink
Felipe Martins Diel 6464c94990
Fix connection problems in the Broadlink integration (#34670)
* Use helper functions for exception handling

* Create a separate class to handle communication with the device

* Update manifest

* Use coroutine for service setup

* Fix sensor update

* Update tests

* Fix MP1 switch

* Add device.py to .coveragerc

* Remove unnecessary blocking from test_learn_timeout

* Change access method for entries with default values

* Make the changes suggested by MartinHjelmare

* Remove dot from debug message

* Use underscore for unused variable
2020-05-13 10:36:32 +02:00
..
__init__.py Fix connection problems in the Broadlink integration (#34670) 2020-05-13 10:36:32 +02:00
const.py Add support to the new Broadlink RM Mini 3 and RM4 Series (#32523) 2020-04-19 01:16:49 +02:00
device.py Fix connection problems in the Broadlink integration (#34670) 2020-05-13 10:36:32 +02:00
manifest.json Fix connection problems in the Broadlink integration (#34670) 2020-05-13 10:36:32 +02:00
remote.py Fix connection problems in the Broadlink integration (#34670) 2020-05-13 10:36:32 +02:00
sensor.py Fix connection problems in the Broadlink integration (#34670) 2020-05-13 10:36:32 +02:00
services.yaml Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
switch.py Fix connection problems in the Broadlink integration (#34670) 2020-05-13 10:36:32 +02:00