Skip to content

Commit

Permalink
Update hvac.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Noltari committed Oct 26, 2023
1 parent f5c05d0 commit ebed270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/hvac.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Any

from aiohttp import web
from helpers import api_filter_dict, api_json_error, api_json_response
from helpers import api_filter_dict, api_json_error, api_json_response, celsius_to_fahrenheit

from aioairzone.common import OperationMode, SystemType, TemperatureUnit, get_system_zone_id
from aioairzone.const import (
Expand Down

0 comments on commit ebed270

Please sign in to comment.