mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 10:01:37 +00:00
a5a87a79a8
* Add endpoint matching based on the endpoint names list in the device definition * Cleanup debug prints * Correct creating endpoint names list, filter out null elements * Correct test due to slightly changed behavior * Fix endpoint name lookup when converter does not provide full name-to-id mapping * Simplify topic name matching * Remove obsolete branches, improve code coverage * Make linter happy * Make linter happy * Remove dependency on endpoint names while removing device from all groups * Get rid of predefined list of endpoints when processing group state update --------- Co-authored-by: Koen Kanters <koenkanters94@gmail.com>