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