core/homeassistant/components/ozw
Charles Garwood ca1e643bdc
Add fan platform to ozw component (#35249)
* Add fan platform

* Add fan discovery schema

* Use constants for dispatcher signal

* Move fan platform to ozw

* Fix fan discovery schema

* Add previous speed to handle value 255

* Make fixture reading more robust

* Add fan tests

* Remove not needed fixture info

* Validate speed

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-05-26 19:48:39 -04:00
..
translations [ci skip] Translation update 2020-05-16 00:03:50 +00:00
__init__.py
binary_sensor.py
climate.py Add climate platform to ozw (#35566) 2020-05-21 11:19:20 +02:00
config_flow.py
const.py Add fan platform to ozw component (#35249) 2020-05-26 19:48:39 -04:00
discovery.py Add fan platform to ozw component (#35249) 2020-05-26 19:48:39 -04:00
entity.py
fan.py Add fan platform to ozw component (#35249) 2020-05-26 19:48:39 -04:00
light.py
lock.py Add lock platform to ozw component (#36103) 2020-05-25 23:51:09 +02:00
manifest.json Bump python-openzwave-mqtt to 1.0.2 (#35980) 2020-05-22 23:01:05 +02:00
sensor.py
services.py
services.yaml
strings.json
switch.py