Control of ws281x argb using python

Hi All. I have a ws2812 7 led jewel that I’m mounting inside my raspberry pi case. The pi runs my home assistant os, and I’m wanting to control the leds using the pi’s gpio pins. I have a python script using adafruit’s neopixel library to modulate the colors, but I honestly have no idea how to integrate that into home assistant. I have literally no experience using python, it took me 3 hours just to be able to pulse the static color. So when I look at the pyscript and appdaemon integrations i’m not sure which route to go down. Any guidance (pyscript, appdaemon, something else…) that can be offered would be much appreciated.