Remove unused translation key from Ecovacs mower (#111754)
* Remove unused translation key * Update snapshotspull/111868/head
parent
a0e558c457
commit
bfdc640e04
|
@ -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."""
|
||||
|
|
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue