mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Correct modbus address limits (#66367)
This commit is contained in:
parent
ab67ba20f5
commit
b6a3b012bb
@ -8,8 +8,8 @@ write_coil:
|
||||
required: true
|
||||
selector:
|
||||
number:
|
||||
min: 1
|
||||
max: 255
|
||||
min: 0
|
||||
max: 65535
|
||||
state:
|
||||
name: State
|
||||
description: State to write.
|
||||
@ -42,8 +42,8 @@ write_register:
|
||||
required: true
|
||||
selector:
|
||||
number:
|
||||
min: 1
|
||||
max: 255
|
||||
min: 0
|
||||
max: 65535
|
||||
unit:
|
||||
name: Unit
|
||||
description: Address of the modbus unit.
|
||||
|
Loading…
x
Reference in New Issue
Block a user