Necroneco
Necroneco
Is it possible to migrate user data to a new domain?
You mean modifying these files manually? or just create a new domain, but it can access the old domain data to rebuild the same entities?
for 2. maybe not possible. For example, I did not use `home-assistant_v2.db`, I used a postgresql on the network. for 3. What will happen to the currently configured devices and...
Add brand image is easy. I think the main question is whether we should consider migrating user data and whether we can easily complete the migration.
So, what does a typical migration process look like? The user starts with a `midea_ac_lan`, then adds a `midea_lan`, then removes `midea_ac_lan`, and everything is OK?
嗯 确实是bug,没有处理 None 的情况
我觉得加 instance_id 这种方式不好,把 Service 做成可以实例化的比较理想
我试着改了一版,可以看看 #82
By the way, recent commits (https://github.com/niceboygithub/AqaraGateway/commit/dd6e12c52ad82860a2159b68955f1016450f5d76) introducing constants like `AlarmControlPanelState` and `CoverState` require HA version 2024.11. Are we planning to set the next version of this integration to require a...