Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

22 lines
843 B
Markdown

---
title: "Linn / Openhome"
description: "Instructions on how to integrate Linn Ds and Openhome renderers into Home Assistant."
logo: linn.png
ha_category:
- Media Player
ha_release: 0.39
ha_iot_class: Local Polling
redirect_from:
- /components/media_player.openhome/
---
The `openhome` platform allows you to connect an [Openhome Compliant Renderer](https://www.openhome.org) to Home Assistant such as a [Linn Products Ltd](https://www.linn.co.uk) HiFi streamer. It will allow you to control media playback, volume, source and see the current playing item. Openhome devices should be discovered by using the [the discovery component](/components/discovery/), their device names are taken from the name of the room configured on the device.
```yaml
# Example configuration.yaml entry
discovery:
media_player:
- platform: openhome
```