Skip to content

Commit

Permalink
Merge pull request #19 from azogue/fix-18/increase-version
Browse files Browse the repository at this point in the history
🚀 Release new version
  • Loading branch information
azogue authored Mar 10, 2024
2 parents 4988b09 + ac98550 commit 3df4c01
Show file tree
Hide file tree
Showing 5 changed files with 1,681 additions and 892 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v1.2.0](https://github.com/azogue/ha-pvpc-custom/tree/v1.2.0) ✨ Add new sensors for market adjustment and indexed tariff (2024-03-10)

- ✨ Add new price sensors: **Market adjustment** (from ESIOS API indicator 2108), and **Indexed tariff** (as _composed_ price sensor calculated as `PVPC - ADJUSTMENT`), from first-time contributor @MiguelAngelLV in #18 (and azogue/aiopvpc#69) 🍻

## [v1.1.1](https://github.com/azogue/ha-pvpc-custom/tree/v1.1.1) 📦️ (MAINTENANCE) Fix import of `DeviceInfo` after HA v2023.9.0 (2023-08-19)

- 🐛 Fix future `ImportError` for `DeviceInfo` migrating to 'device_registry', scheduled for next HA-Core version 2023.9
Expand Down
4 changes: 2 additions & 2 deletions custom_components/pvpc_hourly_pricing/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"issue_tracker": "https://github.com/azogue/ha-pvpc-custom/issues",
"loggers": ["aiopvpc"],
"quality_scale": "platinum",
"requirements": ["aiopvpc>=4.2.1"],
"version": "1.1.1"
"requirements": ["aiopvpc>=4.3.0"],
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"content_in_root": false,
"render_readme": true,
"country": "ES",
"homeassistant": "2023.3.0"
"homeassistant": "2024.2.0"
}
Loading

0 comments on commit 3df4c01

Please sign in to comment.