Skip to content

Releases: lbbrhzn/ocpp

v0.3.19

16 Nov 23:51
b859e15
Compare
Choose a tag to compare

Changes

  • derive sensor unit_of_measurement from device_class, to fix issues with statistics (#200) @lbbrhzn

v0.3.18

15 Nov 11:33
0a0521a
Compare
Choose a tag to compare

Changes

  • update sensor state_class and device_class for handling timestamps (#196) @lbbrhzn

v0.3.17

13 Nov 21:55
ac9db95
Compare
Choose a tag to compare

Changes

  • Update api.py for extracting chargepoint identity from connection URL (#193) @drc38

v0.3.16

13 Nov 18:01
de7923b
Compare
Choose a tag to compare

Changes

📦 Dependencies

  • build(deps): bump pytest-homeassistant-custom-component from 0.4.9 to 0.4.10 (#191) @dependabot
  • build(deps): bump pytest-homeassistant-custom-component from 0.4.8 to 0.4.9 (#189) @dependabot

v0.3.15

11 Nov 20:29
63aa462
Compare
Choose a tag to compare

Changes

📦 Dependencies

  • build(deps): bump flake8 from 3.9.2 to 4.0.1 in /.github/workflows (#178) @dependabot
  • build(deps): update pip requirement from <21.3 to <21.4 in /.github/workflows (#179) @dependabot
  • build(deps): bump actions/checkout from 2.3.4 to 2.4.0 (#184) @dependabot
  • build(deps): bump black from 21.9b0 to 21.10b0 in /.github/workflows (#183) @dependabot

v0.3.14

09 Oct 07:21
cb1ea79
Compare
Choose a tag to compare

Changes

  • Implement suggested websockets fix (#177) @drc38

v0.3.13

02 Oct 21:42
255ea16
Compare
Choose a tag to compare

Changes

  • Add context to metrics, fix single phase voltage (#173) @drc38

📦 Dependencies

  • build(deps): bump pytest-homeassistant-custom-component from 0.4.4 to 0.4.5 (#175) @dependabot

v0.3.12

19 Sep 19:29
ed3258e
Compare
Choose a tag to compare

Changes

📦 Dependencies

  • build(deps): bump black from 21.8b0 to 21.9b0 in /.github/workflows (#163) @dependabot

v0.3.11

09 Sep 20:22
8ceb34f
Compare
Choose a tag to compare

Changes

  • Fix websockets 10 test error (#156) @drc38
  • Catch all Websockets exceptions, move status change to Charger (#157) @drc38

📦 Dependencies

  • build(deps): bump websockets from 9.1 to 10.0 in /.github/workflows (#155) @dependabot

v0.3.10

08 Sep 08:27
191cbbf
Compare
Choose a tag to compare

Changes

  • use config_validation on services (#153) @drc38
  • add close_timeout (#151) @drc38
  • Remove setting charging profile from start_transaction (#149) @drc38