Use super() in mqtt siren init (#65291)
parent
216ac65475
commit
4991f1a693
|
@ -161,7 +161,7 @@ class MqttSiren(MqttEntity, SirenEntity):
|
|||
|
||||
self.target = None
|
||||
|
||||
MqttEntity.__init__(self, hass, config, config_entry, discovery_data)
|
||||
super().__init__(hass, config, config_entry, discovery_data)
|
||||
|
||||
@staticmethod
|
||||
def config_schema():
|
||||
|
|
Loading…
Reference in New Issue