Using input_select and input_number in component?

I am working on the sleepiq component and I need the ability to add an input_number and an input_select. Would I call them with load_platform, or should I just create a class that implements all the definitions that I need? Or is there something else I should do?

I think I figured it out. I imported the InputNumber class then created a class using it

1 Like