* Fixed a bug where changing fan speed was not possible

* Bump pymodbus version to 1.3.1 to fix issue #8285

* Changed all modbus components so that they use CONF_SLAVE from const.py
This commit is contained in:
Sabesto 2017-07-04 17:01:35 +02:00 committed by Fabian Affolter
parent 3363b88a73
commit 6496c38ce6
6 changed files with 6 additions and 9 deletions

View file

@ -16,7 +16,7 @@ from homeassistant.const import (
DOMAIN = 'modbus'
REQUIREMENTS = ['pymodbus==1.3.0rc1']
REQUIREMENTS = ['pymodbus==1.3.1']
# Type of network
CONF_BAUDRATE = 'baudrate'