mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Remove unused attribute for MQTT lawn_mower (#100946)
Remove unused attributes for MQTT lawn_mower
This commit is contained in:
parent
e18ff03244
commit
9254eea9e2
@ -127,7 +127,6 @@ class MqttLawnMower(MqttEntity, LawnMowerEntity, RestoreEntity):
|
|||||||
discovery_data: DiscoveryInfoType | None,
|
discovery_data: DiscoveryInfoType | None,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Initialize the MQTT lawn mower."""
|
"""Initialize the MQTT lawn mower."""
|
||||||
self._attr_current_option = None
|
|
||||||
LawnMowerEntity.__init__(self)
|
LawnMowerEntity.__init__(self)
|
||||||
MqttEntity.__init__(self, hass, config, config_entry, discovery_data)
|
MqttEntity.__init__(self, hass, config, config_entry, discovery_data)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user