From 0654eb8f796e4a45a9da870d7c33b00af5f45a77 Mon Sep 17 00:00:00 2001 From: sverleysen Date: Sun, 4 Oct 2020 11:02:52 +0200 Subject: [PATCH] Removed deprecated entity_id option (#14847) Removed the deprecated entity_id option for the binary_sensor template --- source/_integrations/binary_sensor.template.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_integrations/binary_sensor.template.markdown b/source/_integrations/binary_sensor.template.markdown index 9635fc1af12..bb6a3051560 100644 --- a/source/_integrations/binary_sensor.template.markdown +++ b/source/_integrations/binary_sensor.template.markdown @@ -47,10 +47,6 @@ sensors: description: Name to use in the frontend. required: false type: string - entity_id: - description: A list of entity IDs so the sensor only reacts to state changes of these entities. This can be used if the automatic analysis fails to find all relevant entities. - required: false - type: [string, list] unique_id: description: An ID that uniquely identifies this binary sensor. Set this to an unique value to allow customisation through the UI. required: false @@ -280,8 +276,6 @@ binary_sensor: - platform: template sensors: sun_up: - entity_id: - - sun.sun value_template: >- {{ is_state("sun.sun", "above_horizon") }} icon_template: >-