Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sensor for id_tag #358

Merged
merged 2 commits into from Feb 3, 2022
Merged

add sensor for id_tag #358

merged 2 commits into from Feb 3, 2022

Conversation

lbbrhzn
Copy link
Owner

@lbbrhzn lbbrhzn commented Feb 3, 2022

closes #356

@lbbrhzn lbbrhzn self-assigned this Feb 3, 2022
@codecov
Copy link

codecov bot commented Feb 3, 2022

Codecov Report

Merging #358 (ce63540) into main (2dc11e9) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #358      +/-   ##
==========================================
+ Coverage   85.16%   85.20%   +0.03%     
==========================================
  Files          10       10              
  Lines        1173     1176       +3     
  Branches      172      172              
==========================================
+ Hits          999     1002       +3     
  Misses        102      102              
  Partials       72       72              
Impacted Files Coverage Δ
custom_components/ocpp/api.py 77.93% <100.00%> (+0.06%) ⬆️
custom_components/ocpp/enums.py 100.00% <100.00%> (ø)

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 2dc11e9...ce63540. Read the comment docs.

@lbbrhzn lbbrhzn requested a review from drc38 February 3, 2022 08:13
@@ -33,6 +33,7 @@ class HAChargerStatuses(str, Enum):
stop_reason = "Stop.Reason"
firmware_status = "Status.Firmware"
reconnects = "Reconnects"
id_tag = "id_tag"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest changing to "Id.Tag" to be consistent with others

@lbbrhzn lbbrhzn merged commit 13ff744 into main Feb 3, 2022
@lbbrhzn lbbrhzn deleted the add-idtag-sensor branch February 3, 2022 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display the idTag in StartTransaction.req
2 participants