Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

1.7.0

Compare
Choose a tag to compare
@thomasgermain thomasgermain released this 11 Jul 09:03
· 56 commits to master since this release
  • [BREAKING CHANGE] Improvements of the unique_id of some entities (entity_id are untouched). I recommend update the integration, delete the instance of the integration, restart HA and re-add the integration.
  • [~BREAKING CHANGE] Name of the event has changed from multimatic_refresh_entities to multimatic_refresh_event when quick_mode or holiday mode is changed
  • Data polling is splitted across multiple coordinators. It means if one coordinator fails, only entity depending on this coordinator will be unavailable.
  • Some part of the API are only fetched once a day (like facility name, mac addresses, firmware version, etc.)
  • If all entities depending on a coordinator are disabled, this coordinator doesn't fetch the API anymore
  • Add VR51 (thermostat) child lock binary_sensor
  • Add current_humidity attribute for a room climate if there is VR51
  • Add cooling_for_x_days_duration attribute if the zone is in quick mode QM_COOLING_FOR_X_DAYS
  • Add optional duration to set_quick_mode service.
  • Cooling improvements
  • Ignore HTTP 409 & 400 error when starting the integration
  • Add device_id of report as HA device name
  • Add duration attribute on quick_mode binary sensor when a quick_mode is active (and a duration is set)
  • Code quality improvement
  • Remove some incorrect device_class
  • None safe name, unit_of_measurement, etc.
  • Better logging in case of error