Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 702 Bytes

changelog.md

File metadata and controls

16 lines (13 loc) · 702 Bytes

230225

  • split out 'battery_system' information (ppv, ipv, upv)into own sensors (thanks @TobyRh)

    WARNING: This is possibly a breaking change! If your setup doesn't provide values for ppv, ipv and upv under the inverter settings, those values are lost and can now be found under new names:

    before after
    inverter_ipv battery_system_ipv
    inverter_ppv battery_system_ppv
    inverter_upv battery_system_upv

    You can check your system's settings using this gist

  • make GitHub actions work again

    • fix ordering of keys in manifest.json
    • update to actions@v3