Skip to content

Commit 135c80d

Browse files
Initialize the coordinator's data to include data.options. (#150839)
Co-authored-by: yunseon.park <[email protected]>
1 parent aed8532 commit 135c80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/lg_thinq/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(
3737
name=f"{DOMAIN}_{ha_bridge.device.device_id}",
3838
)
3939

40-
self.data = {}
40+
self.data = ha_bridge.update_status(None)
4141
self.api = ha_bridge
4242
self.device_id = ha_bridge.device.device_id
4343
self.sub_id = ha_bridge.sub_id

0 commit comments

Comments
 (0)