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 aed8532 commit 135c80dCopy full SHA for 135c80d
homeassistant/components/lg_thinq/coordinator.py
@@ -37,7 +37,7 @@ def __init__(
37
name=f"{DOMAIN}_{ha_bridge.device.device_id}",
38
)
39
40
- self.data = {}
+ self.data = ha_bridge.update_status(None)
41
self.api = ha_bridge
42
self.device_id = ha_bridge.device.device_id
43
self.sub_id = ha_bridge.sub_id
0 commit comments