From aa636a28058d3bc115a8313cac0a16f84d7a9bff Mon Sep 17 00:00:00 2001 From: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Date: Fri, 2 Jun 2023 22:54:15 +0200 Subject: [PATCH] Fix broken URL in Z-Wave JS (#93983) Fix broken URL --- homeassistant/components/zwave_js/discovery.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zwave_js/discovery.py b/homeassistant/components/zwave_js/discovery.py index a96d323de57..947e5157a8a 100644 --- a/homeassistant/components/zwave_js/discovery.py +++ b/homeassistant/components/zwave_js/discovery.py @@ -137,7 +137,7 @@ class ZWaveValueDiscoverySchema(DataclassMustHaveAtLeastOne): The Z-Wave Value must match these conditions. Use the Z-Wave specifications to find out the values for these parameters: - https://github.com/zwave-js/node-zwave-js/tree/master/specs + https://github.com/zwave-js/specs/tree/master """ # [optional] the value's command class must match ANY of these values @@ -168,7 +168,7 @@ class ZWaveDiscoverySchema: The Z-Wave node and it's (primary) value for an entity must match these conditions. Use the Z-Wave specifications to find out the values for these parameters: - https://github.com/zwave-js/node-zwave-js/tree/master/specs + https://github.com/zwave-js/specs/tree/master """ # specify the hass platform for which this scheme applies (e.g. light, sensor)