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 Dec 3, 2024
1 parent 1d9f9ac commit 4c2b386
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zhaquirks/schneiderelectric/thermostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

from zigpy.quirks import CustomCluster
from zigpy.quirks.v2 import EntityType, QuirkBuilder
from zigpy.quirks.v2.homeassistant import EntityPlatform, UnitOfPower, UnitOfTemperature, UnitOfTime
from zigpy.quirks.v2.homeassistant import (
EntityPlatform,
UnitOfPower,
UnitOfTemperature,
UnitOfTime,
)
from zigpy.quirks.v2.homeassistant.number import NumberDeviceClass
import zigpy.types as t
from zigpy.zcl.clusters.hvac import SystemMode, Thermostat, UserInterface
Expand Down

0 comments on commit 4c2b386

Please sign in to comment.