mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Use super() in mqtt siren init (#65291)
This commit is contained in:
@@ -161,7 +161,7 @@ class MqttSiren(MqttEntity, SirenEntity):
|
|||||||
|
|
||||||
self.target = None
|
self.target = None
|
||||||
|
|
||||||
MqttEntity.__init__(self, hass, config, config_entry, discovery_data)
|
super().__init__(hass, config, config_entry, discovery_data)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def config_schema():
|
def config_schema():
|
||||||
|
Reference in New Issue
Block a user