Tp-link kasa kl130 bulb is found in devices but not in entities

Hello,
I am fairly new to HA. So far I have succesfully added devices from Hue, Ikea, Wemo, Sonos and iDevices. I did iDevices using virtual lights that get exported to HomeKit and then added authorizations on HomeKit.

I bought two tp-link Kasa devices and then started reading all the issues with them closing support as so on… but I tried them anyway.

I was successful at adding the KP200(US) device. I get 1 device and two entities and I am able to control them.

I also got a KL130(US). It shows up in the list of devices but it has no entity.
I tried configuring it manually as the documentation states but to no avail.

I was hoping someone could get some advice/help to what to do next or were to look for logs, etc where I can get for the bulb to work.

Thank you in advance.

BTW, I am running version 2020.12.0 on Hass.io 5.8

Here is my configuration.yaml

default_config:

http:
  ssl_certificate: /ssl/fullchain1.pem
  ssl_key: /ssl/privkey1.pem

# Text to speech
tts:
  - platform: google_translate


group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
#script: !include_dir_list scripts/
scene: !include_dir_list scenes/
#scene: !include scenes.yaml

#tplink:
#  discovery: true
#  light:
#    - host: 192.168.7.142


switch:
  - platform: template
    switches:
      deckmist_virt:
        friendly_name: "Deck Mist Virtual"
        turn_on:
          #
        turn_off:
          #
light:
  - platform: template
    lights:
      frontporch_virt:
        friendly_name: "Front Porch Light Virtual"
        turn_on:
          #
        turn_off:
          #
        set_level:
      garageoverhead_virt:
        friendly_name: "Garage Overhead Light Virtual"
        turn_on:
        turn_off:
        
        
homekit:                           
  filter:                                         
    include_entities:              
      - switch.deckmist_virt
      - light.garageoverhead_virt
      - light.frontporch_virttype or paste code here

It’s not helpful but my KL130 (UK) stopped being seen by Home Assistant yesterday… :confused: