Skip to content

Commit

Permalink
[TASK] update
Browse files Browse the repository at this point in the history
  • Loading branch information
KartoffelToby committed Nov 3, 2024
1 parent 03924ab commit ef0a454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion custom_components/better_thermostat/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"domain": "better_thermostat",
"name": "Better Thermostat",
"after_dependencies": [
"climate"
"climate",
"zwave_js"
],
"codeowners": [
"@kartoffeltoby"
Expand Down
4 changes: 1 addition & 3 deletions custom_components/better_thermostat/utils/controlling.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
set_valve,
)

from .helpers import convert_to_float, calibration_round, heating_power_valve_position
from .helpers import convert_to_float, heating_power_valve_position
from custom_components.better_thermostat.events.trv import (
convert_outbound_states,
update_hvac_action,
)

from custom_components.better_thermostat.utils.helpers import convert_to_float

from custom_components.better_thermostat.utils.const import CalibrationMode


Expand Down

0 comments on commit ef0a454

Please sign in to comment.