Use super() in mqtt siren init (#65291)
This commit is contained in:
parent
216ac65475
commit
4991f1a693
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue