mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
Missed const updated.
This commit is contained in:
@@ -401,7 +401,7 @@ class XiaomiGenericDevice(FanEntity):
|
|||||||
self._state_attrs = {
|
self._state_attrs = {
|
||||||
ATTR_MODEL: self._model,
|
ATTR_MODEL: self._model,
|
||||||
}
|
}
|
||||||
self._device_features = DEVICE_FEATURE_FLAGS_GENERIC
|
self._device_features = FEATURE_FLAGS_GENERIC
|
||||||
self._skip_update = False
|
self._skip_update = False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user