Remove redundant initial assigment for mqtt siren (#100945)
This commit is contained in:
parent
e921e4a662
commit
4d7e3d2b0f
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ class MqttSiren(MqttEntity, SirenEntity):
|
|||
discovery_data: DiscoveryInfoType | None,
|
||||
) -> None:
|
||||
"""Initialize the MQTT siren."""
|
||||
self._extra_attributes: dict[str, Any] = {}
|
||||
MqttEntity.__init__(self, hass, config, config_entry, discovery_data)
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue