Fixup documentation of LinkPlay integrations (#34618)

* Fixup documentation of linkplay integrations

* Add config flow utility

* Linkplay
This commit is contained in:
Simon Lamon 2024-09-23 10:20:48 +02:00 committed by GitHub
parent ea4bbc4275
commit d67188ff49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View File

@ -1,17 +1,20 @@
--- ---
title: ArtSound title: ArtSound
description: Connect and control your ArtSound media players using the LinkPlay integration description: Connect and control your ArtSound media players using the LinkPlay integration
ha_release: 2024.9
ha_category: ha_category:
- Media player - Media player
ha_domain: artsound ha_domain: artsound
ha_zeroconf: true
ha_integration_type: virtual ha_integration_type: virtual
works_with: ha_supporting_domain: linkplay
- linkplay ha_supporting_integration: LinkPlay
ha_release: 2024.9
ha_codeowners:
- '@Velleman'
ha_config_flow: true
ha_platforms:
- media_player
ha_iot_class: Local Polling
--- ---
The **ArtSound** {% term integration %} allows users to control their ArtSound media players through the **LinkPlay** {% term integration %}.
[Learn more about LinkPlay in Home Assistant.](/integrations/linkplay/)
{% include integrations/supported_brand.md %} {% include integrations/supported_brand.md %}

View File

@ -13,9 +13,7 @@ ha_config_flow: true
ha_platforms: ha_platforms:
- media_player - media_player
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_dhcp: true
--- ---
The LinkPlay {% term integrations %} for Home Assistant allows you to control various media players based on the LinkPlay protocol. The integration supports auto-discovery on your local network through [Zeroconf](/integrations/zeroconf). The LinkPlay {% term integrations %} for Home Assistant allows you to control various media players based on the LinkPlay protocol. The integration supports auto-discovery on your local network through [Zeroconf](/integrations/zeroconf).
{% include integrations/config_flow.md %}
{% include integrations/supported_brand.md %}