mirror of
https://github.com/home-assistant/core.git
synced 2026-08-20 21:31:17 +01:00
* 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.