Remove unused translation key from Ecovacs mower (#111754)

* Remove unused translation key

* Update snapshots
pull/111868/head
Robert Resch 2024-02-29 16:54:02 +01:00 committed by GitHub
parent a0e558c457
commit bfdc640e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -62,9 +62,7 @@ class EcovacsMower(
| LawnMowerEntityFeature.START_MOWING
)
entity_description = LawnMowerEntityEntityDescription(
key="mower", translation_key="mower", name=None
)
entity_description = LawnMowerEntityEntityDescription(key="mower", name=None)
def __init__(self, device: Device[MowerCapabilities]) -> None:
"""Initialize the mower."""

View File

@ -27,7 +27,7 @@
'platform': 'ecovacs',
'previous_unique_id': None,
'supported_features': <LawnMowerEntityFeature: 7>,
'translation_key': 'mower',
'translation_key': None,
'unique_id': '8516fbb1-17f1-4194-0000000_mower',
'unit_of_measurement': None,
})
@ -60,7 +60,7 @@
'platform': 'ecovacs',
'previous_unique_id': None,
'supported_features': <LawnMowerEntityFeature: 7>,
'translation_key': 'mower',
'translation_key': None,
'unique_id': '8516fbb1-17f1-4194-0000000_mower',
'unit_of_measurement': None,
})