mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix implicit device name for RainMachine update
entity (#96094)
Fix implicit device name for RainMachine update entity
This commit is contained in:
parent
ddd0d3faa2
commit
3fe180d55c
@ -62,6 +62,7 @@ class RainMachineUpdateEntity(RainMachineEntity, UpdateEntity):
|
|||||||
"""Define a RainMachine update entity."""
|
"""Define a RainMachine update entity."""
|
||||||
|
|
||||||
_attr_device_class = UpdateDeviceClass.FIRMWARE
|
_attr_device_class = UpdateDeviceClass.FIRMWARE
|
||||||
|
_attr_name = None
|
||||||
_attr_supported_features = (
|
_attr_supported_features = (
|
||||||
UpdateEntityFeature.INSTALL
|
UpdateEntityFeature.INSTALL
|
||||||
| UpdateEntityFeature.PROGRESS
|
| UpdateEntityFeature.PROGRESS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user