TP Link stopped working with 89.2 update

I’ve tried twice now, and every time I upgrade to version 89.2 (on 87.2 now)

All my TP Link switches and smart plugs stop working.

My code for these items look like this:

switch:
  - platform: tplink
    host: 192.168.16.100
    name: Backyard

  - platform: tplink #Smart Plugs
    host: 192.168.16.101
    name: Hudimifier
    icon: mdi:water-percent

I have close to 10 of these switches (HS200)

The Error I get is “Entity not available: switch.name”

I revert back to snapshot, and it goes back to normal.

I search but haven’t found any one else with this issue. What’s the deal?

Found my answer here: https://github.com/home-assistant/home-assistant/issues/21729

Looks like there’s a new formatting needed for TPlink: https://www.home-assistant.io/components/tplink/

part of the problem is that the OLD TP link on hassio site is still showing up.

The old page should be updated.

There is a PR already to update the docs, its further down in the thread
https://github.com/home-assistant/home-assistant.io/pull/8853