Cover component state not readable

I’ve finally made my first component(thanks to @pnbruckner for his help with my code) utilizing a WiFi blinds controller in which the developer has sent me the API for it. The controller connects to the blinds via RF and then the WiFi part of it allows you to control them from an app on your phone.

It uses just simple http get requests and does no support states so my question is, is there a way to show the cover component arrows as always active ie not greyed out? As i cant get a state reading and the blinds are controlled by other remotes as well it will never be in sync so i’d like to be able to have the up and down arrows showing as available.

Thanks in advance.