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:
akloeckner 2018-11-01 10:38:16 +01:00 committed by Fabian Affolter
parent 93f22e689a
commit 354f6ccf2d

View File

@ -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