hass-core/homeassistant/components/zwave
J. Nick Koston 29f50ddc9c
Fix z-wave brightness off by one (#34170)
Z-wave would drop the floating point by calling
int() instead of round() which would result in
the brightness being off by one in many cases.
2020-04-13 17:51:35 -05:00
..
.translations [ci skip] Translation update 2020-02-09 00:31:39 +00:00
__init__.py Remove None from dict.get(key, None) (#33794) 2020-04-07 21:06:05 +02:00
binary_sensor.py Remove all empty *_setup_platform() from integrations (#31025) 2020-01-21 12:38:38 +01:00
climate.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
config_flow.py Use str literals (#33654) 2020-04-04 22:08:49 +02:00
const.py Remove zwave.update_config service call (#25959) 2019-08-15 14:22:13 -07:00
cover.py Remove all empty *_setup_platform() from integrations (#31025) 2020-01-21 12:38:38 +01:00
discovery_schemas.py Fix support for legacy Z-Wave thermostats (#29955) 2019-12-15 20:02:18 -05:00
fan.py Remove all empty *_setup_platform() from integrations (#31025) 2020-01-21 12:38:38 +01:00
light.py Fix z-wave brightness off by one (#34170) 2020-04-13 17:51:35 -05:00
lock.py Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
manifest.json Remove unused manifest fields (#33595) 2020-04-03 12:58:19 -07:00
node_entity.py Enable pylint import-outside-toplevel (#33631) 2020-04-04 17:07:36 +02:00
sensor.py Enable pylint unnecessary-pass (#33650) 2020-04-05 10:33:07 +02:00
services.yaml Add yamllint (in pre-commit and CI) (#33676) 2020-04-05 10:33:45 +02:00
strings.json Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
switch.py Remove all empty *_setup_platform() from integrations (#31025) 2020-01-21 12:38:38 +01:00
util.py Use literal string interpolation in integrations X-Z (f-strings) (#26395) 2019-09-03 21:15:31 +02:00
websocket_api.py Add usb_path to Z-Wave network_status websocket response (#25617) 2019-08-04 17:21:37 -06:00
workaround.py Black 2019-07-31 12:25:30 -07:00