mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Use explicit device naming for Switchbot (#96011)
Use explicit entity naming for Switchbot
This commit is contained in:
parent
99430ceb34
commit
e94726ec84
@ -122,6 +122,7 @@ class SwitchBotBlindTiltEntity(SwitchbotEntity, CoverEntity, RestoreEntity):
|
|||||||
| CoverEntityFeature.STOP_TILT
|
| CoverEntityFeature.STOP_TILT
|
||||||
| CoverEntityFeature.SET_TILT_POSITION
|
| CoverEntityFeature.SET_TILT_POSITION
|
||||||
)
|
)
|
||||||
|
_attr_name = None
|
||||||
_attr_translation_key = "cover"
|
_attr_translation_key = "cover"
|
||||||
CLOSED_UP_THRESHOLD = 80
|
CLOSED_UP_THRESHOLD = 80
|
||||||
CLOSED_DOWN_THRESHOLD = 20
|
CLOSED_DOWN_THRESHOLD = 20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user