v2.9.5 — Fix light-group warnings on restart
Pre-release
Pre-release
Fixes
Follow-up to v2.9.4. Restart logs showed Referenced entities light.area_lights_<area> are missing or not currently available warnings still firing for areas with lights.
- Ordering: platform setups are now forwarded before
async_initialize(), so the light group and presence sensor exist and are available before the initial light state is applied. Previously the initiallight.turn_on/offran before thelightplatform created the group. - Restored state: the guard now also treats
unavailable/unknowngroup state as "not available" — on restart the entity registry yields a restoredunavailableplaceholder that defeated the v2.9.4is Nonecheck.
Full Changelog: v2.9.4...v2.9.5