MikeBrink / home-assistant-picnic

Unofficial Home Assistant integration for Picnic.app
Apache License 2.0
13 stars 6 forks source link

Message Data Structure Changes #5

Closed Veldkornet closed 4 years ago

Veldkornet commented 4 years ago

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...

Veldkornet commented 4 years ago

Seem to have been going okay for a while now... maybe it was fixed in the last release