From b8f33134e230056ae08c41a21651d9bf6a422143 Mon Sep 17 00:00:00 2001 From: kahrendt Date: Fri, 31 Mar 2023 00:27:18 -0400 Subject: [PATCH] Update binary_sensor_map.rst (#2795) --- components/sensor/binary_sensor_map.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/binary_sensor_map.rst b/components/sensor/binary_sensor_map.rst index 7c682c827..28a6c4212 100644 --- a/components/sensor/binary_sensor_map.rst +++ b/components/sensor/binary_sensor_map.rst @@ -11,7 +11,7 @@ to values. When a given binary sensor is on, the value associated with it in thi This sensor is **mostly used for touch** devices but could be used for any ``binary_sensor`` that publishes its ``ON`` or ``OFF`` state. Add your binary sensors as ``channels`` to the binary sensor map. The binary sensor map then publishes a value depending -on the type of the binary sensor map and the values specified with each channel. +on the type of the binary sensor map and the values specified with each channel. The maximum amount of possible channels is 64. This platform currently supports two measurement types: ``GROUP`` and ``SUM``, and others might get added later. You need to specify which type of mapping you want with the ``type:`` configuration value: