forked from home-assistant/home-assistant.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for stream component (home-assistant#8838)
* add documentation for stream component * update docs per changes to PR * remove keepalive for now * Apply suggestions from code review Co-Authored-By: hunterjm <[email protected]> * Update configuration sample * Remove whitespaces
- Loading branch information
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: page | ||
title: "Stream" | ||
description: "Instructions on how to integrate live streams within Home Assistant." | ||
date: 2019-02-06 13:40 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: home-assistant.png | ||
ha_category: | ||
- Other | ||
ha_release: "0.90" | ||
ha_iot_class: Local Push | ||
ha_qa_scale: internal | ||
--- | ||
|
||
The `stream` component provides a way to proxy live streams through Home Assistant. The component currently only supports the HLS format. | ||
|
||
## {% linkable_title Configuration %} | ||
|
||
To enable the random binary sensor, add the following lines to your `configuration.yaml` file: | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
stream: | ||
``` |