I was hoping you could clarify how the sensor.picnic_delivery is intended to work, let me explain...
I have some flows which check for things in the deliveries, such as the msg.data.attributes.delivery.window_start.
Great! Flow picks it up, all is well. Then I notice, hey... it’s not working anymore... then I find that the structure has changed, and it’s now msg.data.new_state.attributes.delivery.window_start... okay.... so I change it to check for this, and things work again.
Then I fall into a circle... new_state is gone and it’s back to the original...
I was hoping you could clarify how the
sensor.picnic_delivery
is intended to work, let me explain...I have some flows which check for things in the deliveries, such as the
msg.data.attributes.delivery.window_start
. Great! Flow picks it up, all is well. Then I notice, hey... it’s not working anymore... then I find that the structure has changed, and it’s nowmsg.data.new_state.attributes.delivery.window_start
... okay.... so I change it to check for this, and things work again. Then I fall into a circle... new_state is gone and it’s back to the original...