From 7d02bf894b6ff7dc8a24e07fab4c4d36b848b156 Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Fri, 10 Jan 2025 13:07:17 +0100 Subject: [PATCH] Velbus servicerework doc sync --- source/_integrations/velbus.markdown | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/source/_integrations/velbus.markdown b/source/_integrations/velbus.markdown index b53ec748bca0..462e204d1fe4 100644 --- a/source/_integrations/velbus.markdown +++ b/source/_integrations/velbus.markdown @@ -60,7 +60,8 @@ You can use the `velbus.sync_clock` action to synchronize the clock of the Velbu | Data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------- | -| `interface` | no | The port used to connect to the bus (the same one as used during configuration). | +| `interface` | no | The port used to connect to the bus (the same one as used during configuration), this is deprecated on 2025.2 and will be removed in 2025.8. | +| `config_entry` | no | The config_entry to send the command to. | ### Action `velbus.scan` @@ -68,7 +69,8 @@ You can use the `velbus.scan` action to synchronize the modules between the bus | Data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------- | -| `interface` | no | The port used to connect to the bus (the same one as used during configuration). | +| `interface` | no | The port used to connect to the bus (the same one as used during configuration), this is deprecated on 2025.2 and will be removed in 2025.8. | +| `config_entry` | no | The config_entry to send the command to. | ### Action `velbus.set_memo_text` @@ -77,7 +79,8 @@ You can use the `velbus.set_memo_text` action to provide the memo text to be dis | Data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------- | -| `interface` | no | The port used to connect to the bus (the same one as used during configuration). | +| `interface` | no | The port used to connect to the bus (the same one as used during configuration), this is deprecated on 2025.2 and will be removed in 2025.8. | +| `config_entry` | no | The config_entry to send the command to. | | `address` | no | The module address in decimal format, which is displayed at the device list at the integration page. | | `memo_text` | yes | Text to be displayed on module. When no memo text is supplied the memo text will be cleared. | @@ -92,7 +95,7 @@ script: data: address: 65 memo_text: "It's trash day" - interface: "tls://192.168.1.9:27015" + config_entry: "01JGE8XB3MNPZFA836TTZ3KZ46" ``` ### Action `velbus.clear_cache` @@ -102,7 +105,8 @@ Use this action when you make changes to your configuration via velbuslink. | Data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------- | -| `interface` | no | The port used to connect to the bus (the same one used during configuration). | +| `interface` | no | The port used to connect to the bus (the same one as used during configuration), this is deprecated on 2025.2 and will be removed in 2025.8. | +| `config_entry` | no | The config_entry to send the command to. | | `address` | no | The module address in decimal format, which is displayed on the device list on the integration page, if provided the service will only clear the cache for this model, without an address, the full velbuscache will be cleared. |