Skip to content

Releases: mattrayner/pod-point-home-assistant-component

v1.2.1

08 Feb 00:35
7187132
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

v1.2.0

05 May 23:56
69bc989
Compare
Choose a tag to compare

Changes

  • Add a charge_mode switch
    • Allows users to switch between smart to manual charge mode
  • Update README to include latest sensors and services
  • Update INFO to include latest sensors and services
  • Add a charge_now service, allowing users to create a charge override within HA

v1.1.0

04 May 17:58
7ba170f
Compare
Choose a tag to compare

Add support for Charge Mode and Charge Override

This release adds initial support for charge modes and charge overrides on a pod. Currently we only display the values with future plans being to add a service to set the charge mode (smart/manual) and declare a 'charge now' time, similar to in the app.

These will come later to ensure that functionality is brought back as quick as possible.

v1.0.2

21 Jan 18:29
5787b9f
Compare
Choose a tag to compare

Locking minimum supported Home Assistant version to 2023.1.0

Thanks to @i-am-shodan for raising a compatibility issue introduced in 1.0.0. I followed a new depreciation raised here home-assistant/core#83288 that was released as of Home Assistant 2023.1.0 [#21].

This means the minimum version of Home Assistant supported by the integration is 2023.1.0 and has been so since the 1.0.0 release. Thanks again @i-am-shodan for highlighting my oversight.

If you are running the integration on a version of Home Assistant < 2023.1.0 you should either move to 0.4.x as the integration will fail to load, or upgrade your Home Assistant instance to 2023.1.0 or greater.

Changes

v1.0.1

18 Jan 10:54
673e280
Compare
Choose a tag to compare

Add missing translations (thanks @jamesonuk for raising)

  • Adds missing translation for currency (previoulsy mis-spelled) - @mattrayner
  • Adds missing translation for update sensors - @mattrayner

v1.0.0

18 Jan 09:29
78ccdba
Compare
Choose a tag to compare

🚨 BREAKING CHANGE 🚨

This release contains changes to how unique_id is set for sensors, changing from the Pod Point PSL number to the device serial number (which aligns with Home Assistant recommendations). Because of this, upgrading with an existing configuration will cause devices to be duplicated. The 'fix' for this is to remove the existing configuration and then re-add it.

 Summary

This PR is full of new features and changes, adding additional sensors and improving the internal workings of the integration, bringing it in-line with Home Assistant recommendations

 Features

  • Notify the user when an update is available for their pod
    • Add 'Update' entity showing firmware update availability
    • Create a 'Repair' entry if a firmware update is available, prompting the user to update in the Pod Point app
  • Add device firmware information to the device_info section
  • Add DHCP auto-discovery
    • If a device on your network has the host podpoint-* and has a MAC address from espressif, you are prompted to configure the new device.
    • If you have an existing entry for PodPoint and complete a 'configuration', it is associated with the config entry

 Changes

  • Update sensor deice classes to use the included types
  • Add options to main Pod sensor to assist with setting up automations. When using the device as part of a HA automation, the options are listed for setting and getting.
  • Improve units used by each sensor to ensure they are properly processed by HA
  • Update device_class values to use built in Home Assistant types rather than custom ones
  • Update unique_id values to use device serial number rather than PSL ids.
  • Added 'aiodiscover' as a dependency for DHCP discovery
  • Bumped version to 1.0.0

v0.5.0-alpha5

10 Jan 10:47
Compare
Choose a tag to compare
v0.5.0-alpha5 Pre-release
Pre-release

Changes

  • Add 'Update' entity showing firmware update avilability
  • Created a 'Repair' entry if a firmware update is available, prompting the user to update in the Pod Point app
  • Add device firmware information to the device_info section
  • Update DHCP auto-discovery flow to accept re-auth

v0.5.0-alpha3

07 Jan 11:37
Compare
Choose a tag to compare
v0.5.0-alpha3 Pre-release
Pre-release

## Changes

  • Removes an erroneous PORT listing in DHCP discovery

v0.5.0-alpha2

07 Jan 10:41
Compare
Choose a tag to compare
v0.5.0-alpha2 Pre-release
Pre-release

## Changes

  • Add an exhaustive list of espressif ODIs for auto-discovery

v0.5.0-alpha1

07 Jan 04:52
Compare
Choose a tag to compare
v0.5.0-alpha1 Pre-release
Pre-release

Alpha release

Features

  • Add DHCP auto-discovery
    • If a podpoint-* device is found over DHCP, prompt to setup the integration

Improvements

  • Update sensor deice classes to use the included types
  • Add options where applicable to assist with setting up automations
  • Improve units used by each sensor to ensure they are properly processed by HA