mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Remove unused translation key from Ecovacs mower (#111754)
* Remove unused translation key * Update snapshots
This commit is contained in:
@@ -62,9 +62,7 @@ class EcovacsMower(
|
|||||||
| LawnMowerEntityFeature.START_MOWING
|
| LawnMowerEntityFeature.START_MOWING
|
||||||
)
|
)
|
||||||
|
|
||||||
entity_description = LawnMowerEntityEntityDescription(
|
entity_description = LawnMowerEntityEntityDescription(key="mower", name=None)
|
||||||
key="mower", translation_key="mower", name=None
|
|
||||||
)
|
|
||||||
|
|
||||||
def __init__(self, device: Device[MowerCapabilities]) -> None:
|
def __init__(self, device: Device[MowerCapabilities]) -> None:
|
||||||
"""Initialize the mower."""
|
"""Initialize the mower."""
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
'platform': 'ecovacs',
|
'platform': 'ecovacs',
|
||||||
'previous_unique_id': None,
|
'previous_unique_id': None,
|
||||||
'supported_features': <LawnMowerEntityFeature: 7>,
|
'supported_features': <LawnMowerEntityFeature: 7>,
|
||||||
'translation_key': 'mower',
|
'translation_key': None,
|
||||||
'unique_id': '8516fbb1-17f1-4194-0000000_mower',
|
'unique_id': '8516fbb1-17f1-4194-0000000_mower',
|
||||||
'unit_of_measurement': None,
|
'unit_of_measurement': None,
|
||||||
})
|
})
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
'platform': 'ecovacs',
|
'platform': 'ecovacs',
|
||||||
'previous_unique_id': None,
|
'previous_unique_id': None,
|
||||||
'supported_features': <LawnMowerEntityFeature: 7>,
|
'supported_features': <LawnMowerEntityFeature: 7>,
|
||||||
'translation_key': 'mower',
|
'translation_key': None,
|
||||||
'unique_id': '8516fbb1-17f1-4194-0000000_mower',
|
'unique_id': '8516fbb1-17f1-4194-0000000_mower',
|
||||||
'unit_of_measurement': None,
|
'unit_of_measurement': None,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user