Correct faulty description of binary_sensor in modbus. (#17633)

This commit is contained in:
jan iversen 2021-04-28 21:30:18 +02:00 committed by GitHub
parent 500c62fb67
commit c9109627c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,9 +171,9 @@ binary_sensors:
required: false
type: string
input_type:
description: type of adddress (holding/discrete/coil)
description: type of adddress (discrete/coil)
required: false
default: holding
default: coil
type: string
name:
description: Name for this binary_sensor. Must be unique.