mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Remove redundant initial assigment for mqtt siren (#100945)
This commit is contained in:
parent
e921e4a662
commit
4d7e3d2b0f
@ -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…
x
Reference in New Issue
Block a user