Yeelight devices won't show up on home assistant docker instance on Windows 10 machine

I’ve been trying to add my yeelight devices to home assistant all day but i can’t seem to figure this out. My configuration.yaml looks like this:

homeassistant:
  name: Home
  latitude: 27.639087
  longitude: 85.329177
  unit_system: metric
  time_zone: Asia/Kathmandu
  auth_providers:
   - type: homeassistant
   - type: legacy_api_password
     api_password: !secret http_password

http:

introduction:

websocket_api:

sensor:
  platform: websocket_api

frontend:
  themes: !include themes.yaml

config:

updater:

conversation:

history:

logbook:

map:

sun:

discovery:
  ignore:
    - sonos
    - samsung_printer
    - yeelight
yeelight:
  devices:
    192.168.1.74:
      name: Living RoomL
#      model: color2
    192.168.1.75:
      name: Living RoomR
#      model: color2
    192.168.1.76:
      name: Kitchen
#      model: color2
    192.168.1.84:
      name: GuestroomL
#      model: color2
    192.168.1.85:
      name: GuestroomR
#      model: color2
    192.168.1.105:
      name: 1st Floor Hallway
#      model: color2
    192.168.1.107:
      name: Ruby RoomR
#      model: color2
    192.168.1.108:
      name: Ruby RoomL
#      model: color2
    192.168.1.110:
      name: Master BedroomL
#      model: color2
    192.168.1.109:
      name: Master BedroomR
#      model: color2

automation: !include automations.yaml

I’ve tried with and without model specified, but to no avail.

All of my bulbs have a firmware version 2.0.6_0065
All of their LAN controls are enabled and i don’t see anything in Home Assistant logs concerning these bulbs

I also tried changing theme through this, but theme select is still disabled and stuck on backend-selected

Any insight on this guys?

docker image is homeassistant/home-assistant:stable btw