Skip to content

Commit

Permalink
really ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
Caius-Bonus committed Oct 2, 2023
1 parent 0de9bf9 commit a809f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def __init__(self, cluster: zigpy.zcl.Cluster, endpoint: Endpoint) -> None:
"""Extend ThermostatClusterHandler."""

if compare_quirk_class(endpoint, "thermostat.DanfossThermostat"):
self.REPORT_CONFIG = ( # type: ignore[no-untyped-call]
self.REPORT_CONFIG = ( # type: ignore[assignment]
*self.REPORT_CONFIG,
AttrReportConfig(
attr="open_window_detection", config=REPORT_CONFIG_DEFAULT
Expand Down

0 comments on commit a809f25

Please sign in to comment.