Skip to content

Commit

Permalink
Apply pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 29, 2024
1 parent b986483 commit 0a3bb0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zhaquirks/schneiderelectric/thermostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class SETemperatureSensorType(t.enum8):


class SEMetering(CustomCluster, Metering):
""" Schneider Electric Metering cluster. """
"""Schneider Electric Metering cluster."""

class AttributeDefs(Metering.AttributeDefs):
""" Schneider Electric Metering cluster attributes. """
"""Schneider Electric Metering cluster attributes."""

# This attribute specifies the demand of a switched load when it is energised
fixed_load_demand: Final = foundation.ZCLAttributeDef(
Expand All @@ -40,10 +40,10 @@ class AttributeDefs(Metering.AttributeDefs):


class SETemperatureMeasurementExternal(CustomCluster, TemperatureMeasurement):
""" Schneider Electric Temperature Measurement cluster for external (floor) termperature input. """
"""Schneider Electric Temperature Measurement cluster for external (floor) termperature input."""

class AttributeDefs(TemperatureMeasurement.AttributeDefs):
""" Schneider Electric Temperature Measurement cluster attributes. """
"""Schneider Electric Temperature Measurement cluster attributes."""

temperature_sensor_type: Final = foundation.ZCLAttributeDef(
id=0xE021,
Expand Down

0 comments on commit 0a3bb0f

Please sign in to comment.