[SMALL PATCH] Sql sensor (#12242)

* Initial Commit

* Passed all checks

* Make DB_URL required

* addresses review comments from @fabaff

* unused variable

* return nothing
pull/12243/head
Diogo Gomes 2018-02-08 11:17:54 +00:00 committed by Pascal Vizeli
parent 5601fbdc7a
commit 15368d4ca1
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class SQLSensor(Entity):
if data is None:
_LOGGER.error("%s returned no results", self._query)
return False
return
if self._template is not None:
self._state = self._template.async_render_with_possible_json_value(