Use super() in mqtt siren init (#65291)

pull/65305/head
Jan Bouwhuis 2022-01-31 13:16:45 +01:00 committed by GitHub
parent 216ac65475
commit 4991f1a693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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():