Condition is already a string

This commit is contained in:
Teagan M. Glenn 2016-08-17 22:29:49 -06:00
parent 417711d665
commit afef255a25

View file

@ -99,7 +99,7 @@ class WUndergroundSensor(Entity):
@property
def name(self):
"""Return the name of the sensor."""
return "PWS_" + str(self._condition)
return "PWS_" + self._condition
@property
def state(self):