From 19dbe3b2aee7dee1b4f8e0b05dd89a7e31b20649 Mon Sep 17 00:00:00 2001 From: Daniel Rheinbay Date: Tue, 13 Oct 2020 09:51:41 +0200 Subject: [PATCH] Adding IoT Class for Media Extractor (#15222) As requested in #14661. --- source/_integrations/media_extractor.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/media_extractor.markdown b/source/_integrations/media_extractor.markdown index 223b517f2ab..9e9625cd436 100644 --- a/source/_integrations/media_extractor.markdown +++ b/source/_integrations/media_extractor.markdown @@ -3,6 +3,7 @@ title: Media Extractor description: Instructions on how to integrate the Media Extractor into Home Assistant. ha_category: - Media Player +ha_iot_class: Calculated ha_release: 0.49 ha_quality_scale: internal ha_domain: media_extractor @@ -11,7 +12,7 @@ ha_domain: media_extractor The `media_extractor` integration gets a stream URL and sends it to a media player entity. This integration can extract entity specific streams if configured accordingly.
-Media extractor doesn't transcode streams, it just tries to find stream that match requested query. +Media extractor doesn't transcode streams, it just tries to find a stream that matches the requested query.
To use the media extractor service in your installation, add the following to your `configuration.yaml` file: