From d67188ff49d10f8657d2df6651bd7c721c2baadf Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:20:48 +0200 Subject: [PATCH] Fixup documentation of LinkPlay integrations (#34618) * Fixup documentation of linkplay integrations * Add config flow utility * Linkplay --- source/_integrations/artsound.markdown | 17 ++++++++++------- source/_integrations/linkplay.md | 4 +--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/source/_integrations/artsound.markdown b/source/_integrations/artsound.markdown index 05311b87fac..6fca9a460ca 100644 --- a/source/_integrations/artsound.markdown +++ b/source/_integrations/artsound.markdown @@ -1,17 +1,20 @@ --- title: ArtSound description: Connect and control your ArtSound media players using the LinkPlay integration -ha_release: 2024.9 ha_category: - Media player ha_domain: artsound +ha_zeroconf: true ha_integration_type: virtual -works_with: - - linkplay +ha_supporting_domain: 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 %} diff --git a/source/_integrations/linkplay.md b/source/_integrations/linkplay.md index 3df702b2276..0a9d5c68c3e 100644 --- a/source/_integrations/linkplay.md +++ b/source/_integrations/linkplay.md @@ -13,9 +13,7 @@ ha_config_flow: true ha_platforms: - media_player 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). - -{% include integrations/supported_brand.md %} +{% include integrations/config_flow.md %} \ No newline at end of file