From ebaa3e460ed1912a013d0673eab86c60fe6c9e37 Mon Sep 17 00:00:00 2001 From: Peter Epley Date: Wed, 8 Jan 2020 04:41:00 -0500 Subject: [PATCH] Add Device Class info for customization (#11670) * Add Device Class info for customization * :pencil2: Tweak Co-authored-by: Klaas Schoute --- source/_integrations/media_player.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/media_player.markdown b/source/_integrations/media_player.markdown index dc79106cd34..2c3f0333654 100644 --- a/source/_integrations/media_player.markdown +++ b/source/_integrations/media_player.markdown @@ -72,3 +72,10 @@ Currently only supported on [Sonos](/integrations/sonos), [Spotify](/integration | ---------------------- | -------- | ---------------------------------------------------- | | `entity_id` | no | Target a specific media player. For example `media_player.spotify`| | `shuffle` | no | `true`/`false` for enabling/disabling shuffle | + +### Device Class + +The way media players are displayed in the frontend can be modified in the [customize section](/getting-started/customizing-devices/). The following device classes are supported for media players: + +- **tv**: Device is a television type device. +- **speaker**: Device is speaker or stereo type device.