1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-12-06 18:44:14 -05:00

Pass config entry to coordinator

This commit is contained in:
Nathan Spencer
2025-11-24 06:03:50 +00:00
parent 5c49119ae5
commit b32199c334
2 changed files with 8 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: OasisDeviceConfigEntry)
raise
mqtt_client = OasisMqttClient()
coordinator = OasisDeviceCoordinator(hass, cloud_client, mqtt_client)
coordinator = OasisDeviceCoordinator(hass, entry, cloud_client, mqtt_client)
try:
mqtt_client.start()