mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Virtual count to modbus binary sensor (#20343)
This commit is contained in:
parent
cb48f3f130
commit
3f9ba0fd3a
@ -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.
|
description: An ID that uniquely identifies this sensor. If two sensors have the same unique ID, Home Assistant will raise an exception.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Configuring platform climate
|
## Configuring platform climate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user