SeanPM5 / homeassistant-config

14 stars 0 forks source link

Fix errors in template sensors #24

Closed SeanPM5 closed 5 years ago

SeanPM5 commented 5 years ago

Template sensors that count number of automations, scripts, lights, devices, switches, etc show warnings on start up:

Template sensor total_sensors has no entity ids configured to track nor were we able to extract the entities to track from the value template(s). This entity will only be able to be updated manually.

Seems that this can be avoided by adding entity_id: [] to it. Template Sensor docs.