pull/10831/head
Diogo Gomes 2017-11-27 20:25:00 +00:00 committed by Daniel Høyer Iversen
parent af1bde6619
commit b1e2275b47
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ class SerialSensor(Entity):
line = self._template.async_render_with_possible_json_value(
line)
_LOGGER.debug("Received: %s", line)
self._state = line
self.async_schedule_update_ha_state()