FutureTense / keymaster

Home Assistant integration for managing Z-Wave enabled locks
MIT License
231 stars 43 forks source link

Fix TypeError when creating ConfigEntries #241

Closed firstof9 closed 2 years ago

firstof9 commented 2 years ago

Proposed change

Fixes TypeError when creating ConfigEntries for generate_package_files

Type of change

Additional information

codecov-commenter commented 2 years ago

Codecov Report

Merging #241 (7e361a2) into main (58ffa10) will decrease coverage by 1.61%. The diff coverage is 72.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #241      +/-   ##
==========================================
- Coverage   90.24%   88.62%   -1.62%     
==========================================
  Files           9       10       +1     
  Lines         964      985      +21     
==========================================
+ Hits          870      873       +3     
- Misses         94      112      +18     
Impacted Files Coverage Δ
custom_components/keymaster/system_health.py 0.00% <0.00%> (ø)
custom_components/keymaster/services.py 85.71% <70.00%> (-3.41%) :arrow_down:
custom_components/keymaster/binary_sensor.py 82.96% <72.22%> (-0.38%) :arrow_down:
custom_components/keymaster/__init__.py 89.36% <90.47%> (-0.29%) :arrow_down:
custom_components/keymaster/const.py 100.00% <100.00%> (ø)
custom_components/keymaster/helpers.py 88.19% <100.00%> (-0.49%) :arrow_down:
custom_components/keymaster/sensor.py 95.91% <100.00%> (-0.52%) :arrow_down:
... and 1 more