mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Fixes Modbus service.yaml validity (#21923)
* Update __init__.py * Update services.yaml * Update services.yaml
This commit is contained in:
parent
49014ac13f
commit
3fd6aa0ba9
@ -9,4 +9,4 @@ write_register:
|
||||
fields:
|
||||
address: {description: Address of the holding register to write to., example: 0}
|
||||
unit: {description: Address of the modbus unit., example: 21}
|
||||
value: {description: Value (single value or array) to write., example: 0 or [4,0]}
|
||||
value: {description: Value (single value or array) to write., example: "0 or [4,0]"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user