core/homeassistant/components/pilight
Trekky12 5ed1f16f25 Add pilight dimmer as light component (#30107)
* Add pilight dimmer as light component

* fix CI errors

* fix missing new lines

* improve formatting and addresses comments of @springstan

* rename config parameter and remove super() call to match pylint

* import only used constants of the pilight component

* Add myself to the code owners

* fix CODEOWNERS
2020-01-06 20:13:08 -05:00
..
__init__.py
base_class.py Add pilight dimmer as light component (#30107) 2020-01-06 20:13:08 -05:00
binary_sensor.py
const.py Add pilight dimmer as light component (#30107) 2020-01-06 20:13:08 -05:00
light.py Add pilight dimmer as light component (#30107) 2020-01-06 20:13:08 -05:00
manifest.json Add pilight dimmer as light component (#30107) 2020-01-06 20:13:08 -05:00
sensor.py
services.yaml
switch.py Add pilight dimmer as light component (#30107) 2020-01-06 20:13:08 -05:00