1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-12 15:13:52 -05:00

Add support for enqueue options in media_player.play_media service and other minor improvements

This commit is contained in:
Nathan Spencer
2024-07-31 19:16:15 -06:00
parent d70dd0a650
commit cc80c295f6
8 changed files with 119 additions and 14 deletions

View File

@@ -49,6 +49,7 @@ DESCRIPTORS = {
SensorEntityDescription(
key=key,
name=key.replace("_", " ").capitalize(),
translation_key=key,
entity_category=EntityCategory.DIAGNOSTIC,
entity_registry_enabled_default=False,
)