h4de5 / home-assistant-toshiba_ac

Toshiba AC integration into home-assistant.io
GNU General Public License v3.0
127 stars 18 forks source link

Fix async_unload_entry #110

Closed tetienne closed 1 year ago

tetienne commented 1 year ago

shutdown is an async method and must be awaited.

I detected this while I removed the integration from my dev HA, an error was raised.