Skip to content

v0.5.1 - Device Trigger Fix

Choose a tag to compare

@troykelly troykelly released this 10 Jan 10:12
4104fbf

What's Changed

Fixed

  • Device Triggers Not Firing (#285)
    • Fixed device triggers (playback_started, playback_stopped, etc.) not firing when session updates came through the polling path
    • Events now fire reliably from both polling and WebSocket paths
    • Added edge case handling: fire playback_started for new sessions that are already playing

Technical

  • 1864 tests with 100% code coverage
  • Fixed HA 2025 test compatibility for options flow
  • Fixed type inference in coordinator_sensors.py

Installation

HACS (Recommended)

  1. Open HACS in Home Assistant
  2. Search for "Emby Media"
  3. Click Install
  4. Restart Home Assistant

Manual

  1. Download the embymedia.zip asset below
  2. Extract to custom_components/embymedia/
  3. Restart Home Assistant

Full Changelog: v0.5.0...v0.5.1