mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
Missed const updated.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user