zigpy / zha

Zigbee Home Automation
Apache License 2.0
21 stars 19 forks source link

Fix group entity availability handling #164

Closed dmulcahey closed 1 month ago

dmulcahey commented 1 month ago

fixes: https://github.com/home-assistant/core/issues/123518#issuecomment-2284411430

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.68%. Comparing base (6a3a2e4) to head (2bec1dd). Report is 1 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #164 +/- ## ======================================= Coverage 95.68% 95.68% ======================================= Files 61 61 Lines 9276 9276 ======================================= Hits 8876 8876 Misses 400 400 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dmulcahey commented 1 month ago

gonna clean up the tests some more

dmulcahey commented 1 month ago

done