Shutter on dashboard show grey button although I can continue rising up the shutter

Hi,

I have a problem with my frontend and the shutters. You can see that, for example, in the shutter number 2, the “rise up” button appears grey but physically I can continue rising up my shutter.

Captura

My rolling shutters work with RF, and I configured a Broadlink RM with the same RF, and I call different scripts to move the shutter. So I dont have anything like “position”, but I suspect that internally there would be something that says the shutter is on top.

Can you help me?
Thanks

I have solved by myself.

It results that if your roller shutter doesn’t send the real state, or send a wrong state (like open or close when it’s not opened or closed at 100%) you can avoid this state with the option “assumed_state: true”.

So I have added to my configuration.yaml , this code, to apply to whole covers.

homeassistant:
 customize_glob:
    cover.*:
     assumed_state: true