Adding IoT Class for Media Extractor (#15222)

As requested in #14661.
This commit is contained in:
Daniel Rheinbay 2020-10-13 09:51:41 +02:00 committed by GitHub
parent 7b994e6db2
commit 19dbe3b2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ title: Media Extractor
description: Instructions on how to integrate the Media Extractor into Home Assistant. description: Instructions on how to integrate the Media Extractor into Home Assistant.
ha_category: ha_category:
- Media Player - Media Player
ha_iot_class: Calculated
ha_release: 0.49 ha_release: 0.49
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: media_extractor 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. 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.
<div class='note'> <div class='note'>
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.
</div> </div>
To use the media extractor service in your installation, add the following to your `configuration.yaml` file: To use the media extractor service in your installation, add the following to your `configuration.yaml` file: