Blind current position not updating

I’ve been having this issue where I can position the blinds no problem:

domain: cover
entity_id: cover.blinds_window_covering
type: set_position
position: 98

But if I ever try to have an automation check the current position:

condition: device
device_id: {removed}
domain: cover
entity_id: cover.blinds_window_covering
type: is_position
below: 20

It returns that the current position is 100 no matter what it is actually at. This happens with multiple devices.

It used to work but at some point in the past I stopped relying on is_position so I’m not certain when it stopped working but I’m not finding much information on this anywhere. Please tell me I’ve just missed something simple in some update :smiley:

3 Likes