Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Sep 11, 2024
1 parent 6de9c7b commit 4be742b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/peaqhvac/service/hub/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ async def call_disable_peaq(self):
self.sensors.peaqhvac_enabled.value = False

async def call_set_mode(self, mode):
# match towards enum. set hub to that state.
pass

async def async_get_internal_sensor(self, entity):
Expand Down
1 change: 1 addition & 0 deletions custom_components/peaqhvac/service/hub/hub_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from homeassistant.helpers.event import async_track_state_change_event

from custom_components.peaqhvac import Hub
from custom_components.peaqhvac.service.hvac.hvacfactory import HvacFactory
from custom_components.peaqhvac.service.models.config_model import ConfigModel
from custom_components.peaqhvac.service.observer.observer_coordinator import Observer
from custom_components.peaqhvac.service.hub.hubsensors import HubSensors
Expand Down

0 comments on commit 4be742b

Please sign in to comment.