v0.2.0 - Sensor Platform
π Emby Media Integration v0.2.0 - Sensor Platform
This release adds comprehensive server monitoring and library statistics sensors.
β¨ New Features
Binary Sensors
binary_sensor.{server}_connected- Server connectivity statusbinary_sensor.{server}_pending_restart- Server restart required indicatorbinary_sensor.{server}_update_available- Server update availabilitybinary_sensor.{server}_library_scan_active- Library scan status with progress attribute
Numeric Sensors
sensor.{server}_server_version- Current server version (diagnostic)sensor.{server}_running_tasks- Number of running scheduled taskssensor.{server}_active_sessions- Number of connected clients
Library Count Sensors
sensor.{server}_movies- Total movies in librarysensor.{server}_tv_shows- Total TV series in librarysensor.{server}_episodes- Total episodes in librarysensor.{server}_songs- Total songs in librarysensor.{server}_albums- Total albums in librarysensor.{server}_artists- Total artists in library
π§ Technical Improvements
- New
EmbyServerCoordinatorfor server info polling (5-minute interval) - New
EmbyLibraryCoordinatorfor library counts polling (1-hour interval) EmbyRuntimeDataclass to manage multiple coordinators- 941 tests with 100% code coverage
- TypedDict definitions for all sensor API responses
π¦ Installation
HACS (Recommended)
- Add this repository to HACS as a custom repository
- Search for "Emby Media" and install
- Restart Home Assistant
Manual
- Download
embymedia.zipfrom this release - Extract to
custom_components/embymedia/ - Restart Home Assistant
π Requirements
- Home Assistant 2025.11.3 or newer
- Emby Server with API access
π Documentation
See the README for complete documentation.
Full Changelog: v0.1.0...v0.2.0