From 563780389e8d5e92b54d6ddbc88c331bb6237a20 Mon Sep 17 00:00:00 2001 From: Nigel Pearson Date: Mon, 6 Jan 2025 19:15:03 +1100 Subject: [PATCH] Mention Hex in address: description (#36753) * Mention Hex in address: description Manufacturer doco for modbus often lists Hex register addresses. To reduce conversion errors by developers, at least mention Hex here. (because there seems to be no mention of the work Hex in all of HA's doco?) * tiny formatting tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/modbus.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 4506ebdcce1..348b0ab521c 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -350,7 +350,7 @@ All modbus entities have the following parameters: {% configuration %} address: - description: "Address of coil/register." + description: "Address of coil/register. Note that this can also be specified in Hex. For example: `0x789A`" required: true type: integer name: