mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Several types for matching allowed (#7209)
* Several types for matching allowed * corrected type formatting Co-Authored-By: akloeckner <akloeckner@users.noreply.github.com> * corrected type formatting Co-Authored-By: akloeckner <akloeckner@users.noreply.github.com>
This commit is contained in:
parent
93f22e689a
commit
354f6ccf2d
@ -49,11 +49,11 @@ name:
|
||||
payload_on:
|
||||
description: "Variable `on` value. The component will recognize this as logical '1'."
|
||||
required: false
|
||||
type: string
|
||||
type: [string, float, integer]
|
||||
payload_off:
|
||||
description: "Variable `off` value. The component will recognize this as logical '0'."
|
||||
required: false
|
||||
type: string
|
||||
type: [string, float, integer]
|
||||
disarm_after_trigger:
|
||||
description: Configure sensor as trigger type.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user