Add icon translations to Roomba (#112217)

This commit is contained in:
Joost Lekkerkerker 2024-03-05 08:46:25 +01:00 committed by GitHub
parent b8be90efa8
commit ddcb38289e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 38 additions and 10 deletions

View file

@ -28,7 +28,6 @@ async def async_setup_entry(
class RoombaBinStatus(IRobotEntity, BinarySensorEntity):
"""Class to hold Roomba Sensor basic info."""
_attr_icon = "mdi:delete-variant"
_attr_translation_key = "bin_full"
@property