v1.0.19
[ 1.0.19 ] - 2024/05/03
- Changed all
media_player.async_write_ha_state()
calls toschedule_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.