LG Smart ThinQ Washer & Dryer + Automation

Hello
Does anyone know if the LG Smart ThinQ Integration can supply power consumption figures to HA Energy dashboard? If so, how would I do this? I have integrated a LG washer and dryer into HA via the LG Smart ThinQ Integration and they appear in my Lovelace dashboard. Now I’d like to know how much power each appliance is using.

Also how do I set up an automation to trigger a Zigbee light bulb when the washer or dryer has finished?

Thanks in advance for any help that can be provided.

Look in the device properties on the integration (Settings->Devices & Services ) to see if it supplies power consumption. My washer does not provide power information, maybe your model does. If it is not listed there, then it is not available.

My washer has a “binary_sensor.XXXX_wash_completed” . Make an automation that looks for that going from “off” to “on”, then have it do whatever you want. I have mine send a notification to my phone when done. You may want to review the automation documentation: https://www.home-assistant.io/docs/automation/basics/