robinostlund / volkswagencarnet

A python library for volkswagen carnet
GNU General Public License v3.0
65 stars 37 forks source link

No lock if not supported #188

Closed milkboy closed 2 years ago

milkboy commented 2 years ago

Skip the lock entities when remote (un)locking is not supported but still create the binary sensors.

codecov-commenter commented 2 years ago

Codecov Report

Merging #188 (d9b95b7) into master (8f74d52) will increase coverage by 0.46%. The diff coverage is 47.22%.

@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
+ Coverage   42.13%   42.59%   +0.46%     
==========================================
  Files           7        7              
  Lines        3012     3045      +33     
  Branches      485      493       +8     
==========================================
+ Hits         1269     1297      +28     
  Misses       1677     1677              
- Partials       66       71       +5     
Flag Coverage Δ
unittests 42.59% <47.22%> (+0.46%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
volkswagencarnet/vw_const.py 100.00% <ø> (ø)
volkswagencarnet/vw_dashboard.py 56.55% <ø> (ø)
volkswagencarnet/vw_vehicle.py 48.96% <47.22%> (+0.86%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8f74d52...d9b95b7. Read the comment docs.