Releases: jampez77/Jet2
2024.10.0: Bug fixing
2024.9.11: Handling Expired Bookings
Removed work around booking expiration date as a booking becomes unavailable become this time approaches.
Instead the booking will be remove when success
is returned as false.
Also added in logic to prevent errors from happening if processing an expired booking.
2024.9.10: Updated binary platform to use correct state attribute
Using proper attribute to update binary sensor
2024.9.9: Fixing sensor names
Fixing sensor names
2024.9.8: Fix for incorrect async handling
Handling async function properly
2024.9.7: Refactored sensors to better update already added entities
2024.9.6: Fix for duplicate calendar events
Removed async_setup_platform
from sensors as it is redundant.
Simplified event descriptions to include just source and reference so it can be used to fetch data from other entities.
2024.9.5: Improving calendar entities
Added location info to calendar event as well as a detailed description of the holiday flight details as i move to a single calendar event in favour of an overall one and separate flight events.
2024.9.4: Refactoring for latest HA
Major refactoring as I has just realised my dev version of HA is about a year out of date and this will not work in the wild otherwise.
2024.9.3: Better Calendar Facilities
Added facility to allow user to create an integration calendar or add events to an existing calendar.