Bugfix Template sensors (#3931)

This commit is contained in:
Pascal Vizeli 2016-10-18 07:27:32 +02:00 committed by GitHub
parent 272539105f
commit 14ef0ca786
3 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
})
@asyncio.coroutine
def async_setup_platform(hass, config, add_devices, discovery_info=None):
"""Setup template binary sensors."""
sensors = []