Virtual count to modbus binary sensor (#20343)

This commit is contained in:
jan iversen 2022-02-28 09:40:44 +01:00 committed by GitHub
parent cb48f3f130
commit 3f9ba0fd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,6 +370,11 @@ binary_sensors:
description: An ID that uniquely identifies this sensor. If two sensors have the same unique ID, Home Assistant will raise an exception.
required: false
type: string
slave_count:
description: Generates x-1 slave binary sensors, allowing read of multiple coils with a single read messsage.
required: false
type: integer
{% endconfiguration %}
## Configuring platform climate