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 3c0cfd5 commit 1b1dfacCopy full SHA for 1b1dfac
homeassistant/components/vesync/binary_sensor.py
@@ -66,7 +66,7 @@ async def async_setup_entry(
66
@callback
67
def discover(devices):
68
"""Add new devices to platform."""
69
- _setup_entities(devices, async_add_entities)
+ _setup_entities(devices, async_add_entities, coordinator)
70
71
config_entry.async_on_unload(
72
async_dispatcher_connect(hass, VS_DISCOVERY.format(VS_DEVICES), discover)
0 commit comments