fix gateway illumination sensor value (#10045)

This commit is contained in:
Maciej Bieniek 2017-10-23 08:02:20 +02:00 committed by Daniel Høyer Iversen
parent 4e7cc110d9
commit ccde371a9d
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ class XiaomiSensor(XiaomiDevice):
return False
elif self._data_key == 'humidity' and (value <= 0 or value > 100):
return False
elif self._data_key == 'illumination' and value == 0:
return False
elif self._data_key == 'pressure' and value == 0:
return False
self._state = round(value, 2)