mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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,
|
discovery_data: DiscoveryInfoType | None,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Initialize the MQTT siren."""
|
"""Initialize the MQTT siren."""
|
||||||
self._extra_attributes: dict[str, Any] = {}
|
|
||||||
MqttEntity.__init__(self, hass, config, config_entry, discovery_data)
|
MqttEntity.__init__(self, hass, config, config_entry, discovery_data)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user