Skip to content

Commit

Permalink
Update modbus switch status verify (home-assistant#35053)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Bouwhuis <[email protected]>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
3 people authored Oct 19, 2024
1 parent 7af6d1b commit fa2184b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/_integrations/modbus.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1516,15 +1516,15 @@ switches:
input:
description: "Input register."
state_on:
description: "Value when switch is on."
description: "Value(s) when switch is on. The value must be an `integer` or a list of integers."
required: false
default: "Same as `command_on`"
type: integer
type: [integer, list]
state_off:
description: "Value when switch is off."
description: "Value(s) when switch is off. The value must be an `integer` or a list of integers."
required: false
default: "Same as `command_off`"
type: integer
type: [integer, list]

{% endconfiguration %}

Expand Down

0 comments on commit fa2184b

Please sign in to comment.