hass-core/homeassistant/components/flexit/manifest.json
Jørgen Rørvik 6830eec549
Flexit component fix for updated modbus (#53583)
* pyflexit first argument should be a ModbusSerialClient
This component broke with 2021.6
I have tested this patch on my setup and it restores functionality

* Implemented async reading of modbus values
Stopped using pyflexit as this is outdated and not needed
Instead using async_pymodbus_call from ModbusHub class

* Bugfix: Reading fan mode from wrong register

* Implemented async writing
Set target temperature and fan mode using modbus call
Added some error handling

* No longer require pyflexit

* Review comments.

Co-authored-by: jan Iversen <jancasacondor@gmail.com>
2021-08-07 09:45:53 +02:00

8 lines
199 B
JSON

{
"domain": "flexit",
"name": "Flexit",
"documentation": "https://www.home-assistant.io/integrations/flexit",
"dependencies": ["modbus"],
"codeowners": [],
"iot_class": "local_polling"
}