Breaking change
Fixing spelling errors in existing fields will break the API. This concerns the following fields:
* self.**target_room_temperature** = DataValue(address=5, multiplier=10, register_type=RegisterTypes.HOLDING)
* self.**indoor_temperature_external** = DataValue(address=6, multiplier=10, register_type=RegisterTypes.HOLDING)
* self.**current_power** = DataValue(address=5, multiplier=0.1)
* self.**current_yield_heat_meter** = DataValue(address=6, count=2)
What's Changed
* Rename few entries with a typo by lu-zero in https://github.com/LavermanJJ/pysolarfocus/pull/34
* Introduce heating_mode and time_of_operation_at_maintenance by LavermanJJ in https://github.com/LavermanJJ/pysolarfocus/pull/36
* Fix https://github.com/LavermanJJ/home-assistant-solarfocus/issues/88
**Full Changelog**: https://github.com/LavermanJJ/pysolarfocus/compare/4.3.0...5.0.0