Releases: mattrayner/pod-point-home-assistant-component
v1.2.1
What's Changed
- Added note about reuathentication by @mmillmor in #41
- Support Google Auth changes by @mattrayner in #46
New Contributors
Full Changelog: 1.2.0...1.2.1
v1.2.0
Changes
- Add a
charge_mode
switch- Allows users to switch between
smart
tomanual
charge mode
- Allows users to switch between
- 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
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
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 Assistant2023.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
- Updated
hacs.json
minimum HA version to2023.1.0
- @mattrayner - Bumper version number - @mattrayner
v1.0.1
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
🚨 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
- If a device on your network has the host
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
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
## Changes
- Removes an erroneous PORT listing in DHCP discovery
v0.5.0-alpha2
## Changes
- Add an exhaustive list of espressif ODIs for auto-discovery
v0.5.0-alpha1
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