Add constructor return type in integrations T-Z (#50899)
This commit is contained in:
parent
c650deef98
commit
9eecd90afc
49 changed files with 77 additions and 63 deletions
|
@ -224,7 +224,7 @@ class SensorTemplate(TemplateEntity, SensorEntity):
|
|||
device_class: str | None,
|
||||
attribute_templates: dict[str, template.Template],
|
||||
unique_id: str | None,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize the sensor."""
|
||||
super().__init__(
|
||||
attribute_templates=attribute_templates,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue