1
mirror of https://github.com/home-assistant/core synced 2024-09-18 19:55:20 +02:00
This commit is contained in:
Diogo Gomes 2017-11-27 20:25:00 +00:00 committed by Daniel Høyer Iversen
parent af1bde6619
commit b1e2275b47

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()