-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Adding enigma2 media player #8776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
26cd9c5
Adding enigma2 media player
6c128f9
Changes based on comments
1da15ed
add e2 to discovery
b913654
Adding prefer_picon option
fbradyirl 6567b1d
Update media_player.enigma2.markdown
fbradyirl 4bd90bc
Add discovery blurb
fbradyirl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,52 @@ | ||
| --- | ||
| layout: page | ||
| title: "Enigma2" | ||
| description: "Instructions on how to integrate an Enigma2 based box running OpenWebif into Home Assistant." | ||
| date: 2019-02-21 12:02 | ||
| sidebar: true | ||
| comments: false | ||
| sharing: true | ||
| footer: true | ||
| logo: openwebif.png | ||
| ha_category: Media Player | ||
| featured: false | ||
| ha_release: 0.90 | ||
| ha_iot_class: "Local Polling" | ||
| --- | ||
|
|
||
| The `enigma2` platform allows you to control a Linux based set-top box which is running [Enigma2](https://github.com/oe-alliance/oe-alliance-enigma2) with the OpenWebif plugin installed. | ||
|
|
||
| [OpenWebif](https://github.com/E2OpenPlugins/e2openplugin-OpenWebif) is an open source web interface for Enigma2 based set-top boxes. | ||
|
|
||
| Enigma2 devices should be discovered automatically by using the [the discovery component](/components/discovery/). | ||
|
|
||
| To manually add a set-top box to your installation, add the following to your `configuration.yaml` file: | ||
|
|
||
| ```yaml | ||
| # Example configuration.yaml entry | ||
| media_player: | ||
| - platform: enigma2 | ||
| host: IP_ADDRESS | ||
| ``` | ||
|
|
||
| {% configuration %} | ||
| host: | ||
| description: The IP/hostname of the Enigma2 set-top box on your home network. | ||
| required: true | ||
| type: string | ||
| use_channel_icon: | ||
| description: By default, a screen grab of the current channel is shown. If you prefer the channel icon to be shown instead, set this to true. | ||
| required: false | ||
| type: boolean | ||
| default: false | ||
| port: | ||
| description: Port which Openwebif is listening on. | ||
| required: false | ||
| type: integer | ||
| default: 80 | ||
| name: | ||
|
fbradyirl marked this conversation as resolved.
|
||
| description: A name for easy identification of the device. | ||
| required: false | ||
| type: string | ||
| default: Enigma2 Media Player | ||
| {% endconfiguration %} | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.