Skip to content

Commit a3fd87f

Browse files
committed
one more file
1 parent 0f67529 commit a3fd87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/vegehub/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(
3737
async def update_from_webhook(self, data: dict) -> None:
3838
"""Process and update data from webhook."""
3939
sensor_data = update_data_to_ha_dict(
40-
data, self.vegehub.num_sensors, self.vegehub.num_actuators
40+
data, self.vegehub.num_sensors, self.vegehub.num_actuators, self.vegehub.is_ac
4141
)
4242
_LOGGER.debug("Received raw data from webhook: %s, %s", data, self.device_id)
4343
_LOGGER.debug("Data processed into: %s", sensor_data)

0 commit comments

Comments
 (0)