Skip to content

Commit

Permalink
Update audi_services.py
Browse files Browse the repository at this point in the history
  • Loading branch information
coreywillwhat authored Jul 26, 2024
1 parent 4f9cbba commit a8b73c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/audi_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ async def start_climate_control(
elif temp_c is not None:
target_temperature = int(temp_c * 10 + 2731)
target_temperature_raw = temp_c
target_temperature_unit = "celcius"
target_temperature_unit = "celsius"

# Default Temperature if None is provided
target_temperature = target_temperature or 2941
Expand Down

0 comments on commit a8b73c5

Please sign in to comment.