mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Correct faulty description of binary_sensor in modbus. (#17633)
This commit is contained in:
parent
500c62fb67
commit
c9109627c9
@ -171,9 +171,9 @@ binary_sensors:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
input_type:
|
input_type:
|
||||||
description: type of adddress (holding/discrete/coil)
|
description: type of adddress (discrete/coil)
|
||||||
required: false
|
required: false
|
||||||
default: holding
|
default: coil
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
description: Name for this binary_sensor. Must be unique.
|
description: Name for this binary_sensor. Must be unique.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user