zigpy / zha

Zigbee Home Automation
Apache License 2.0
10 stars 4 forks source link

Drop `extra_state_attributes` property from climate platform #68

Closed puddly closed 2 weeks ago

puddly commented 2 weeks ago

Explicitly set all extra state attributes within state.

ZHA in Core will also filter out None attributes so we can drop the extra filtering logic here.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 95.36%. Comparing base (26a1316) to head (4d15217). Report is 1 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #68 +/- ## ========================================== - Coverage 95.37% 95.36% -0.01% ========================================== Files 61 61 Lines 9341 9327 -14 ========================================== - Hits 8909 8895 -14 Misses 432 432 ```

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