zigpy / zha

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

Remove group translation keys #148

Closed puddly closed 1 month ago

puddly commented 1 month ago

Groups shouldn't use translation keys to begin with, as groups (even without names) will always have a string name.

Before:

image

After:

image

https://github.com/home-assistant/core/issues/123373

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 (d7a1008) to head (63f479e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #148 +/- ## ========================================== - Coverage 95.68% 95.68% -0.01% ========================================== Files 61 61 Lines 9256 9254 -2 ========================================== - Hits 8857 8855 -2 Misses 399 399 ```

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