eifinger / hass-weenect

Homeassistant integration for weenect
MIT License
6 stars 2 forks source link

fix: unique_id is not a string #374

Closed andreasbrett closed 2 months ago

andreasbrett commented 2 months ago

fixes https://github.com/eifinger/hass-weenect/issues/373

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 98.15%. Comparing base (ac1cf1a) to head (0e642c2). Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #374 +/- ## ========================================== - Coverage 98.20% 98.15% -0.06% ========================================== Files 20 20 Lines 668 811 +143 ========================================== + Hits 656 796 +140 - Misses 12 15 +3 ``` | [Flag](https://app.codecov.io/gh/eifinger/hass-weenect/pull/374/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Eifinger) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/eifinger/hass-weenect/pull/374/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Eifinger) | `98.15% <100.00%> (-0.06%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Eifinger#carryforward-flags-in-the-pull-request-comment) to find out more.

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

eifinger commented 2 months ago

Great thank you!