Missed const updated.

This commit is contained in:
Sebastian Muszynski
2018-03-16 10:00:41 +01:00
parent 4703e15a00
commit 95676afb0b

View File

@@ -401,7 +401,7 @@ class XiaomiGenericDevice(FanEntity):
self._state_attrs = {
ATTR_MODEL: self._model,
}
self._device_features = DEVICE_FEATURE_FLAGS_GENERIC
self._device_features = FEATURE_FLAGS_GENERIC
self._skip_update = False
@property