Bugfix Template sensors (#3931)
This commit is contained in:
parent
272539105f
commit
14ef0ca786
3 changed files with 3 additions and 0 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue