From d5336f3e21af6af66bdde469261a601dcb878073 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Fri, 20 Sep 2024 09:30:29 +0200 Subject: [PATCH] remove changelog, will use github releases --- CHANGES.md | 141 ----------------------------------------------------- 1 file changed, 141 deletions(-) delete mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md deleted file mode 100644 index a138d08..0000000 --- a/CHANGES.md +++ /dev/null @@ -1,141 +0,0 @@ -# Change log for Charge Amps for Home Assistant - -## 1.11.3 (2024-09-20) - -- Re-release of 1.11.2 - -## 1.11.2 (2024-09-20) - -- Fix regression with missing file (pydantic removal) - -## 1.11.1 (2024-09-20) - -- Remove pydantic - -## 1.11.0 (2024-09-20) - -- Use standalone API client - -## 1.10.0 (2024-09-20) - -- Support token refresh - -## 1.9.4 (2024-05-03) - -- Update light color modes - -## 1.9.3 (2023-12-04) - -- Show zero max current correctly - -## 1.9.2 (2023-12-01) - -- More tweeks for RFID start - -## 1.9.1 (2023-12-01) - -- Update dependencies - -## 1.9.0 (2023-12-01) - -- Add Remote Start/Stop using RFID - -## 1.8.6 (2023-11-08) - -- Update dependencies - -## 1.8.5 (2023-11-06) - -- Update dependencies - -## 1.8.4 (2023-09-28) - -- Update support address for Charge Amps -- Update dependencies - -## 1.8.3 (2023-08-05) - -- Update dependencies - -## 1.8.2 (2023-05-20) - -- Update dependencies - -## 1.8.1 (2023-01-06) - -- Fix bug sensor reporting data as `wH` instead of intended `kWh` - -## 1.8.0 (2023-01-03) - -- Use modern Home Assistant enums, reported by @frenck - -## 1.7.0 (2022-04-18) - -- Add support for cable lock/unlock (Aura only) via service call. - -## 1.6.1 (2022-03-06) - -- Bump `python-chargeamps` requirement - -## 1.6.0 (2021-12-19) - -- Add device info -- Use `extra_state_attributes` instead of `device_state_attributes` - -## 1.5.2 (2021-10-07) - -- Bump `python-chargeamps` requirement - -## 1.5.1 (2021-09-06) - -- Update state class for `ChargeampsTotalEnergy` - -## 1.5.0 (2021-08-11) - -- Add more properties to total energy sensor in order to support long term statistics -- Remove bogus "Connector ID" attribute from total energy sensor - -## 1.4.4 (2021-07-02) - -- Bump requirements for updated default API endpoint - -## 1.4.3 (2021-05-09) - -- Add `iot_class` to manifest - -## 1.4.2 (2021-04-05) - -- Bump requirements - -## 1.4.0 (2021-02-26) - -- Update default icons for charger - -## 1.3.0 (2020-11-20) - -- Fix updating multiple chargepoints (incorrectly throttled) -- Add `scan_interval` option (default 30 seconds, minimum 5 seconds). - -## 1.2.0 (2020-11-01) - -- Add `charge_point_id` attribute to all entities. -- Add `connector_id` attribute to sensors and switches. -- Fix log level in light - -## 1.1.0 (2020-06-30) - -- Add sensor for total energy. -- Add power sensors. -- Add light platform. -- Different icons for charge port and Schuko. -- Fix deprecation warning of SwitchDevice. - -## 1.0.0 (2020-03-13) - -- Better support for multiple Charge points. -- Add switch for each Charge point connector. -- Do not throttle status updates for explicit state changes. - -## 0.0.1 (2020-01-12) - -- Initial release.