From 354f6ccf2d3e5d8e4d8f9a71b55f59ec1c45209f Mon Sep 17 00:00:00 2001 From: akloeckner Date: Thu, 1 Nov 2018 10:38:16 +0100 Subject: [PATCH] Several types for matching allowed (#7209) * Several types for matching allowed * corrected type formatting Co-Authored-By: akloeckner * corrected type formatting Co-Authored-By: akloeckner --- source/_components/binary_sensor.pilight.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/binary_sensor.pilight.markdown b/source/_components/binary_sensor.pilight.markdown index b8ac54c1e97..7a5655570b9 100644 --- a/source/_components/binary_sensor.pilight.markdown +++ b/source/_components/binary_sensor.pilight.markdown @@ -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