hass-core/homeassistant/components/ozw
Chris 5fef9653a8
Fix ozw dimming duration (#38254)
* Dimming duration fix

Fixes #38068 - allows dimming duration to 7620 (default of 7621)

* Forgot to commit my test updates

* Added backwards compatibility with pre-150+ builds

Added tests for backwards compatibility

* Upped the build number cut off

* Add check for major.minor version as well

* Fix major.minor detection

* Adjust variable name

* Adjust version checking logic

* Math is hard

* Rename files, adjust test names

* Update doc string
2020-07-28 07:37:09 +02:00
..
translations [ci skip] Translation update 2020-05-16 00:03:50 +00:00
__init__.py Fix ozw entities cleanup on node removal (#37630) 2020-07-08 09:52:03 +02:00
binary_sensor.py
climate.py Add ozw support for single setpoint thermostat devices (#37713) 2020-07-17 14:25:16 +02:00
config_flow.py
const.py Add OZW support for set_config_parameter service (#37523) 2020-07-08 20:59:52 +02:00
cover.py Fix ozw garage door methods (#37374) 2020-07-02 17:23:45 -07:00
discovery.py Add ozw support for single setpoint thermostat devices (#37713) 2020-07-17 14:25:16 +02:00
entity.py Disable polling for ozw entities (#38005) 2020-07-20 10:56:22 +02:00
fan.py Add fan platform to ozw component (#35249) 2020-05-26 19:48:39 -04:00
light.py Fix ozw dimming duration (#38254) 2020-07-28 07:37:09 +02:00
lock.py Add ozw usercode support (#37390) 2020-07-08 16:41:53 -07:00
manifest.json Bump python-openzwave-mqtt to 1.0.2 (#35980) 2020-05-22 23:01:05 +02:00
sensor.py Force updates for ozw sensors (#38003) 2020-07-20 11:49:05 +02:00
services.py Add OZW support for set_config_parameter service (#37523) 2020-07-08 20:59:52 +02:00
services.yaml OZW Usercodes update services.yaml with examples (#37667) 2020-07-08 17:33:04 -07:00
strings.json
switch.py