Skip to content

v1.0.19

Compare
Choose a tag to compare
@thlucas1 thlucas1 released this 03 May 14:13
· 61 commits to master since this release

[ 1.0.19 ] - 2024/05/03

  • Changed all media_player.async_write_ha_state() calls to schedule_update_ha_state(force_refresh=True) calls due to HA 2024.5 release requirements. This fixes the issue of "Failed to call service X. Detected that custom integration 'Y' calls async_write_ha_state from a thread at Z. Please report it to the author of the 'Y' custom integration.".
  • Added more information to system health display (version, integration configs, etc).
  • Updated Python version from 3.11 to 3.12.3 due to HA 2024.5 release requirements.