From 5176845133ae5482b75e06f9e6cfba63fceb1704 Mon Sep 17 00:00:00 2001 From: Bart274 Date: Wed, 8 Jun 2016 17:55:52 +0200 Subject: [PATCH] Add information about entity_id config option (#539) --- source/_components/binary_sensor.template.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown index 440c5a82592..0aa9b4797b4 100644 --- a/source/_components/binary_sensor.template.markdown +++ b/source/_components/binary_sensor.template.markdown @@ -31,6 +31,7 @@ Configuration variables: - **sensor_class** (*Optional*): The [type/class](/components/binary_sensor/) of the sensor to set the icon in the frontend. - **value_template** (*Optional*): Defines a [template](/topics/templating/) to extract a value from the payload. - **warnings** (*Optional*): Turn off warnings (useful if the sensor is loaded before devices it depends on). + - **entity_id** (*Optional*): Add a list of entity_ids so the sensor only reacts to state changes of these entities. This will reduce the number of times the sensor will try to update it's state. ## {% linkable_title Examples %}