1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/components/flexit
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 Consolidate all platforms that have no tests (#22096) 2019-03-16 20:44:05 -07:00
climate.py Remove Modbus legacy code (#33407) 2020-03-30 01:35:58 +02:00
manifest.json Format all manifests with prettier (#30521) 2020-01-06 21:28:23 +01:00