hass-core/homeassistant/components/broadlink
Felipe Martins Diel a365f456fc
Add support to the new Broadlink RM Mini 3 and RM4 Series (#32523)
* Add device type

* Use snake_case for devtype

Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>

* Validate device type as positive int

* Add device type 0x5f36 to switch

* Use default type for sensors

* Add RM4 to switch platform

* Use snake_case for devtype

* Support multiple types of remote

* Validate ip address

* Improve code readability

* Add const.py to .coveragerc

* Use None for unknown device types

* Fix sensors and standardize platform schemas

* Fix if statement

Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
2020-04-19 01:16:49 +02:00
..
__init__.py Only auth on enter_learning in response to errors for broadlink (#27341) 2020-02-08 16:17:40 -08:00
const.py Add support to the new Broadlink RM Mini 3 and RM4 Series (#32523) 2020-04-19 01:16:49 +02:00
manifest.json Upgrade broadlink lib to 0.13.1 (#34290) 2020-04-16 20:51:07 +02:00
remote.py Add support to the new Broadlink RM Mini 3 and RM4 Series (#32523) 2020-04-19 01:16:49 +02:00
sensor.py Add support to the new Broadlink RM Mini 3 and RM4 Series (#32523) 2020-04-19 01:16:49 +02:00
services.yaml Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
switch.py Add support to the new Broadlink RM Mini 3 and RM4 Series (#32523) 2020-04-19 01:16:49 +02:00