mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
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>
This commit is contained in:
parent
5c2c434ff4
commit
563780389e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user