From 865ff451e417e9e38fb15dc091719f4c888939e4 Mon Sep 17 00:00:00 2001 From: sikelo83 <99809587+sikelo83@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:30:33 +0200 Subject: [PATCH] fix: add Platform.MEDIA_PLAYER to PLATFORMS list --- custom_components/toniebox/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/toniebox/__init__.py b/custom_components/toniebox/__init__.py index 739a444..d529336 100644 --- a/custom_components/toniebox/__init__.py +++ b/custom_components/toniebox/__init__.py @@ -32,6 +32,7 @@ Platform.BINARY_SENSOR, Platform.NUMBER, Platform.IMAGE, + Platform.MEDIA_PLAYER, ]