Home Assistant utility
Find a file
Edgar P. Burkhart e54223e361
feat: Add cover art support for user client
This commit adds support for displaying cover art from the currently playing media in the Home Assistant user client.

- The `HassUserClient` now publishes cover art to the `user/image/cover` MQTT topic.
- The `publish_cover` method uses `playerctl` to retrieve the art URL and `pillow` to convert the image to WebP format before publishing.
- The `components` property now includes an `image` component for cover art.
- The `cover` attribute on `HassUserClient` is used to avoid resending the same cover multiple times.
- The `publish_state` method has been extended to spawn a thread for updating the cover.
2025-03-09 18:51:38 +01:00
hasspy feat: Add cover art support for user client 2025-03-09 18:51:38 +01:00
.gitignore Initialize hasspy project with basic structure and MQTT client implementation 2025-03-08 23:39:33 +01:00
.pre-commit-config.yaml feat: Add cover art support for user client 2025-03-09 18:51:38 +01:00
.python-version Initialize hasspy project with basic structure and MQTT client implementation 2025-03-08 23:39:33 +01:00
config.example.toml Add volume control and state publishing to HassUserClient 2025-03-09 14:41:11 +01:00
hasspy.install Refactor main application structure; move main logic to __main__.py and add example configuration file 2025-03-09 10:29:23 +01:00
hasspy.service Simplify service execution command in hasspy.service 2025-03-09 13:00:22 +01:00
PKGBUILD feat: Add cover art support for user client 2025-03-09 18:51:38 +01:00
pyproject.toml feat: Add cover art support for user client 2025-03-09 18:51:38 +01:00
README.md Initialize hasspy project with basic structure and MQTT client implementation 2025-03-08 23:39:33 +01:00
uv.lock feat: Add cover art support for user client 2025-03-09 18:51:38 +01:00