Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions source/_integrations/modbus.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ binary_sensors:
description: type of adddress (holding/discrete/coil)
required: false
default: holding
type: integer
type: string
name:
description: Name for this binary_sensor. Must be unique.
required: true
Expand All @@ -188,6 +188,10 @@ binary_sensors:
description: The number of the slave.
required: false
type: integer
address:
description: Address of the Register.
required: true
type: integer
{% endconfiguration %}


Expand Down Expand Up @@ -682,7 +686,7 @@ switches:
description: type of adddress (holding/discrete/coil)
required: false
default: holding
type: integer
type: string
name:
description: Name of the switch.
required: true
Expand Down