From e818cb1e750fde2808e10880993e05127cc5c660 Mon Sep 17 00:00:00 2001 From: Diego Ambrosanio <7205371+snakuzzo@users.noreply.github.com> Date: Thu, 5 Aug 2021 10:11:50 +0200 Subject: [PATCH] Update media_player.markdown (#18768) Add device_class: receiver according to dev docs https://developers.home-assistant.io/docs/core/entity/media-player/ --- source/_integrations/media_player.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/media_player.markdown b/source/_integrations/media_player.markdown index bf468537416..47ab15c813e 100644 --- a/source/_integrations/media_player.markdown +++ b/source/_integrations/media_player.markdown @@ -176,3 +176,6 @@ The way media players are displayed in the frontend can be modified in the [cust - `tv`: Device is a television type device. - `speaker`: Device is speaker or stereo type device. +- `receiver`: Device is audio video receiver type device taking audio and outputting to speakers and video to some display. + +