File tree Expand file tree Collapse file tree 4 files changed +513
-54
lines changed
Expand file tree Collapse file tree 4 files changed +513
-54
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.7.0] - 2025-12-01
9+
10+ ### Fixed
11+ - ** CRITICAL** : Fixed premature occupancy state changes during active guest stays (#71 )
12+ - Checkout times now default to 10:00 AM instead of midnight
13+ - Check-in times now default to 4:00 PM instead of midnight
14+ - Prevents system from incorrectly showing vacancy 10+ hours before actual checkout
15+ - Fixed occupancy sensor setup and tests (#74 )
16+ - Fixed automation examples using non-existent ` trigger.calendar_event.category ` field (#81 )
17+
18+ ### Added
19+ - Event-driven updates for reservation sensors (#70 )
20+ - Coordinator-based caching for Vacasa units (#72 )
21+ - Comprehensive entity attributes documentation in README (#81 )
22+ - Stay types reference table with all available categories (#81 )
23+
24+ ### Changed
25+ - Refactored next stay sensor to use shared reservation state (#79 )
26+ - Improved automation examples with three working alternatives (#81 )
27+
28+ ### Dependencies
29+ - Bumped pre-commit from 4.4.0 to 4.5.0 (#78 )
30+ - Bumped mypy from 1.18.2 to 1.19.0 (#80 )
31+ - Bumped actions/github-script from 7 to 8 (#77 )
32+ - Bumped actions/checkout from 5 to 6 (#76 )
33+ - Bumped actions/upload-artifact from 4 to 5 (#75 )
34+
835## [ 1.6.0] - 2025-11-14
936
1037### Added
You can’t perform that action at this time.
0 commit comments