mirror of
https://github.com/home-assistant/core.git
synced 2026-04-21 22:56:03 +00:00
* Add and delete devices on CONNECT/PAIRED and DEPAIRED events * Simplify device depairing * small fixes Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Add always the devices * kind of revert changes to simplify the entity fetch and removing on connected/paired and depaired * cache `ha_id` * Fix typo * Remove unnecessary device info at HomeConnectEntity * Move common code of each platform to `common.py` * Added docstring to clarify usage * Apply suggestions Co-authored-by: Martin Hjelmare <marhje52@gmail.com> --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>