Expose favorite and asset rating to asset data
All checks were successful
Validate / Hassfest (push) Successful in 3s

This commit is contained in:
2026-01-31 18:14:33 +03:00
parent 04dd63825c
commit bbcd97e1ac
3 changed files with 19 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ ATTR_ASSET_URL: Final = "asset_url"
ATTR_ASSET_DOWNLOAD_URL: Final = "asset_download_url"
ATTR_ASSET_PLAYBACK_URL: Final = "asset_playback_url"
ATTR_ASSET_DESCRIPTION: Final = "asset_description"
ATTR_ASSET_IS_FAVORITE: Final = "asset_is_favorite"
ATTR_ASSET_RATING: Final = "asset_rating"
# Asset types
ASSET_TYPE_IMAGE: Final = "IMAGE"