We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f67529 commit a3fd87fCopy full SHA for a3fd87f
custom_components/vegehub/coordinator.py
@@ -37,7 +37,7 @@ def __init__(
37
async def update_from_webhook(self, data: dict) -> None:
38
"""Process and update data from webhook."""
39
sensor_data = update_data_to_ha_dict(
40
- data, self.vegehub.num_sensors, self.vegehub.num_actuators
+ data, self.vegehub.num_sensors, self.vegehub.num_actuators, self.vegehub.is_ac
41
)
42
_LOGGER.debug("Received raw data from webhook: %s, %s", data, self.device_id)
43
_LOGGER.debug("Data processed into: %s", sensor_data)
0 commit comments