Skip to content

Releases: jampez77/Jet2

2024.10.0: Bug fixing

30 Oct 10:22
Compare
Choose a tag to compare

2024.9.11: Handling Expired Bookings

03 Oct 15:27
Compare
Choose a tag to compare

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

24 Sep 09:01
Compare
Choose a tag to compare
Using proper attribute to update binary sensor

2024.9.9: Fixing sensor names

24 Sep 08:08
Compare
Choose a tag to compare
Fixing sensor names

2024.9.8: Fix for incorrect async handling

23 Sep 14:38
Compare
Choose a tag to compare
Handling async function properly

2024.9.7: Refactored sensors to better update already added entities

23 Sep 14:08
Compare
Choose a tag to compare

2024.9.6: Fix for duplicate calendar events

12 Sep 09:38
Compare
Choose a tag to compare

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

11 Sep 15:09
Compare
Choose a tag to compare

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

11 Sep 13:39
Compare
Choose a tag to compare

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

10 Sep 15:24
Compare
Choose a tag to compare

Added facility to allow user to create an integration calendar or add events to an existing calendar.