mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Update modbus switch status verify (#35053)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
7af6d1b574
commit
fa2184b5c0
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user