Remove unused attribute for MQTT lawn_mower (#100946)

Remove unused attributes for MQTT lawn_mower
This commit is contained in:
Jan Bouwhuis 2023-09-26 20:18:52 +02:00 committed by GitHub
parent e18ff03244
commit 9254eea9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,6 @@ class MqttLawnMower(MqttEntity, LawnMowerEntity, RestoreEntity):
discovery_data: DiscoveryInfoType | None,
) -> None:
"""Initialize the MQTT lawn mower."""
self._attr_current_option = None
LawnMowerEntity.__init__(self)
MqttEntity.__init__(self, hass, config, config_entry, discovery_data)