zha: Update to bellows 0.4.0 (#9890)

Fixes: #8822
This commit is contained in:
Russell Cloran 2017-10-15 21:41:16 -07:00 committed by Paulus Schoutsen
parent c37883c9a9
commit 7596ac23fc
3 changed files with 14 additions and 7 deletions

View file

@ -78,7 +78,7 @@ class TemperatureSensor(Sensor):
@property
def unit_of_measurement(self):
"""Return the unit of measurement of this entityy."""
"""Return the unit of measurement of this entity."""
return self.hass.config.units.temperature_unit
@property