core/homeassistant/components/modbus
jan iversen ad8cf2d0d0
Remove Modbus legacy code (#33407)
* Modbus: remove legacy code

flexit and stiebel_el are updated to import modbus.const,
therefore legacy code can be removed.

* Flexit: update const reference from modbus

climate.py imports from modbus direct, this is legacy and will
result in errors.

update import to be modbus.const.

* Stiebel_el: update reference to modbus

__init.py references modbus directly, this is legacy and will
give errors.

Update import to be modbus.const.
2020-03-30 01:35:58 +02:00
..
__init__.py Remove Modbus legacy code (#33407) 2020-03-30 01:35:58 +02:00
binary_sensor.py Modbus patch, to allow communication with "slow" equipment using tcp (#32557) 2020-03-29 12:39:30 -05:00
climate.py Modbus patch, to allow communication with "slow" equipment using tcp (#32557) 2020-03-29 12:39:30 -05:00
const.py Modbus patch, to allow communication with "slow" equipment using tcp (#32557) 2020-03-29 12:39:30 -05:00
manifest.json Modbus patch, to allow communication with "slow" equipment using tcp (#32557) 2020-03-29 12:39:30 -05:00
sensor.py Modbus patch, to allow communication with "slow" equipment using tcp (#32557) 2020-03-29 12:39:30 -05:00
services.yaml Update Modbus service manifest (#31727) 2020-02-11 22:11:02 +01:00
switch.py Modbus patch, to allow communication with "slow" equipment using tcp (#32557) 2020-03-29 12:39:30 -05:00