mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Use super() in mqtt siren init (#65291)
This commit is contained in:
parent
216ac65475
commit
4991f1a693
@ -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():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user