Merge pull request #4209 from arsaboo/templatefix

Removed the entity_id option from template sensors
This commit is contained in:
Alok Saboo 2018-01-10 08:20:11 -05:00 committed by GitHub
commit 9e1bbc8261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 46 deletions

View file

@ -51,10 +51,6 @@ light:
description: Name to use in the frontend.
required: false
type: string
entity_id:
description: Add a list of entity IDs so the switch only reacts to state changes of these entities. This will reduce the number of times the light will try to update its state.
required: false
type: [string, list]
value_template:
description: Defines a template to get the state of the light.
required: false