yet another command_line sensor update (#4184)

pull/4190/head
devdelay 2016-11-03 00:00:32 -04:00 committed by Paulus Schoutsen
parent d7dd7df5e7
commit 0235626f40
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class CommandSensor(Entity):
self._hass = hass
self.data = data
self._name = name
self._state = False
self._state = STATE_UNKNOWN
self._unit_of_measurement = unit_of_measurement
self._value_template = value_template
self.update()