HomeKit
https://www.home-assistant.io/blog/2022/11/02/release-202211/ HomeKit instance ID assignments are now stable between restarts to comply with the HomeKit specifications. This prevents accessories from losing track of services between restarts, and improves stability with using Siri especially with apple watches. This change may dramatically improve the stability and re-sync times of media_player entities (all), camera entities (all), fan entities (presets), remote entities (activity ones), switch entities (power strips) triggers (all) between restarts which was especially apparent when the home has many accessories. Because the assignments were previously unstable, it may be necessary to make a one-time adjustment of accessory room assignments, favorites, or re-pair camera accessories after upgrading.
https://github.com/home-assistant/core/pull/79913
由于实例ID分配方式发生变化,升级完之后第一次可能需要调整配件的房间分配(包括图标调整)、场景配置、修复下相机配件。带来的好处是,一些配件的稳定性、重试次数有了提升。
实测对我的影响:
1.灯的图标变回默认的了
2.设置的配件组合失效了(比如成对的窗帘)
3.场景里面的配件消失了
可能会遇到的问题:
修改配件名称A为之前配置过的B,一直提示存在相似名称,实际上现在并没有这个名称。搜索了下应该服务器上的残留。
解决办法,在homeassistant上将一个配件的名称修改为B,然后重新删除添加到homekit,再将B改成其他的,之后就可以将A改成B了。
|