1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Fix zwave_js service description placeholders (#158236)

This commit is contained in:
epenet
2025-12-08 12:47:35 +01:00
committed by GitHub
parent 98d61aa5b2
commit 03aaebe718

View File

@@ -306,9 +306,6 @@ class ZWaveServices:
has_at_least_one_node,
),
),
description_placeholders={
"api_docs_url": "https://zwave-js.github.io/node-zwave-js/#/api/CCs/index"
},
)
self._hass.services.async_register(
@@ -455,6 +452,9 @@ class ZWaveServices:
has_at_least_one_node,
),
),
description_placeholders={
"api_docs_url": "https://zwave-js.github.io/node-zwave-js/#/api/CCs/index"
},
)
self._hass.services.async_register(