mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
migrate Linn / Openhome component to config flow (#27804)
This commit is contained in:
parent
d546b65fd7
commit
ed0d82ce63
@ -18,7 +18,6 @@ This integration is limited to detect:
|
|||||||
* [Bluesound speakers](/integrations/bluesound)
|
* [Bluesound speakers](/integrations/bluesound)
|
||||||
* [Bose Soundtouch speakers](/integrations/soundtouch)
|
* [Bose Soundtouch speakers](/integrations/soundtouch)
|
||||||
* [Enigma2 media player](/integrations/enigma2)
|
* [Enigma2 media player](/integrations/enigma2)
|
||||||
* [Linn / Openhome](/integrations/openhome)
|
|
||||||
* [SABnzbd downloader](/integrations/sabnzbd)
|
* [SABnzbd downloader](/integrations/sabnzbd)
|
||||||
* [Yamaha media player](/integrations/yamaha)
|
* [Yamaha media player](/integrations/yamaha)
|
||||||
|
|
||||||
@ -49,7 +48,6 @@ Valid values for ignore are:
|
|||||||
* `bose_soundtouch`: Bose Soundtouch speakers
|
* `bose_soundtouch`: Bose Soundtouch speakers
|
||||||
* `enigma2`: Enigma2 media players
|
* `enigma2`: Enigma2 media players
|
||||||
* `lg_smart_device`: LG Soundbars
|
* `lg_smart_device`: LG Soundbars
|
||||||
* `openhome`: Linn / Openhome
|
|
||||||
* `sabnzbd`: SABnzbd downloader
|
* `sabnzbd`: SABnzbd downloader
|
||||||
* `yamaha`: Yamaha media player
|
* `yamaha`: Yamaha media player
|
||||||
|
|
||||||
|
@ -5,7 +5,9 @@ ha_category:
|
|||||||
- Media Player
|
- Media Player
|
||||||
ha_release: 0.39
|
ha_release: 0.39
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
|
ha_config_flow: true
|
||||||
ha_domain: openhome
|
ha_domain: openhome
|
||||||
|
ha_ssdp: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@bazwilliams'
|
- '@bazwilliams'
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
@ -13,15 +15,9 @@ ha_platforms:
|
|||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
The `openhome` platform allows you to connect an [Openhome Compliant Renderer](http://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.
|
The Linn / OpenHome integration allows you to connect an [Openhome Compliant Renderer](http://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.
|
||||||
|
|
||||||
### Example `configuration.yaml` entry
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
```yaml
|
|
||||||
discovery:
|
|
||||||
media_player:
|
|
||||||
- platform: openhome
|
|
||||||
```
|
|
||||||
|
|
||||||
### Example local audio playback action
|
### Example local audio playback action
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user