From fe77a0e5d4f30b00391b240c07790597580b3254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Thu, 19 Jun 2025 13:37:19 +0100 Subject: [PATCH] Use common WWHA doc structure for Heltun (#39621) --- source/_includes/integrations/wwha.md | 2 +- source/_integrations/heltun.markdown | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/source/_includes/integrations/wwha.md b/source/_includes/integrations/wwha.md index a0f4f6463c6..bd533801dda 100644 --- a/source/_includes/integrations/wwha.md +++ b/source/_includes/integrations/wwha.md @@ -17,7 +17,7 @@ {% endif %} {% endfor %} -**[{{ name }}]({{ url }})** is a member of the Works with Home Assistant partner program for their {{ formatted_types }} products. {{ name }} is committed to making sure their products are up-to-date and ready to use in Home Assistant. +{% if url and url != "" %}[{{ name }}]({{ url }}){% else %}{{ name }}{% endif %} is a member of the Works with Home Assistant partner program for their {{ formatted_types }} products. {{ name }} is committed to making sure their products are up-to-date and ready to use in Home Assistant. {% if page.works_with contains "zwave" %} {{ name }} Z-Wave devices work locally and integrate seamlessly with the Z-Wave integration in Home Assistant (Z-Wave stick required). As all connectivity is happening locally, status updates and controlling your devices happen instantly in Home Assistant. diff --git a/source/_integrations/heltun.markdown b/source/_integrations/heltun.markdown index 9b2db3227c8..25b62bd8bb6 100644 --- a/source/_integrations/heltun.markdown +++ b/source/_integrations/heltun.markdown @@ -21,16 +21,10 @@ ha_iot_standard: zwave ha_brand: true --- -[HELTUN](https://www.heltun.com/) is a member of the Works with Home Assistant partner program for their Z-Wave products. HELTUN is committed to making sure their products are up-to-date and ready to use in Home Assistant. +[HELTUN](https://www.heltun.com/) thermostats make it easy to automate your heating system, their touch panel switches control your lighting and motorized appliances and their high load switches control any high load appliances like groups of lights, heaters, or individual sockets. -HELTUN thermostats make it easy to automate your heating system, their touch panel switches control your lighting and motorized appliances and their high load switches control any high load appliances like groups of lights, heaters, or individual sockets. - -HELTUN Z-Wave devices work locally and integrate seamlessly with the Z-Wave integration in Home Assistant (Z-Wave stick required). As all connectivity is happening locally, status updates and controlling your devices happen instantly in Home Assistant. +{% include integrations/wwha.md %} ### Firmware updates HELTUN periodically releases new firmware with additional features and functionality which can be sent to devices via an encrypted OTA (Over-The-Air) update process. In Home Assistant, you can navigate to your device page and use the Update Device Firmware option to upload the firmware from HELTUN for your device. - -{% my add_zwave_device badge domain=page.ha_domain %} - -[Learn more about Z-Wave in Home Assistant.](/integrations/zwave_js/) \ No newline at end of file