Skip to content
Snippets Groups Projects
Unverified Commit 3fe180d5 authored by Aaron Bach's avatar Aaron Bach Committed by GitHub
Browse files

Fix implicit device name for RainMachine `update` entity (#96094)

Fix implicit device name for RainMachine update entity
parent ddd0d3fa
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ class RainMachineUpdateEntity(RainMachineEntity, UpdateEntity): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment