* 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:
parent
3363b88a73
commit
6496c38ce6
6 changed files with 6 additions and 9 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue