- Refactor `KebaKeEnergyAPI()` class for better mocking with pytest.
1.6.1
Fixed
- `InvalidJsonError` Class no inherit from `APIError` Class.
Added
1.6.0
- Add `heat_pump.get_name()` to read the **heat pump** name. - Add `heat_circuit.get_name()` to read the **heat circuit** name. - Add `human_readable` attribute to `read_values()` to get a human-readable name and not a number as response e.g. for `hot_water_tank.get_operating_mode()`
1.5.0
Added
- Add `get_system_info()` to read all system information.
1.4.3
Fixed
- Fix error when mixing endpoints with and without position.