Skip to content

Commit

Permalink
Add minimum homeassistant version to hacs
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Jan 31, 2024
1 parent 8d89a4f commit b903165
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ sensor:
## Changelog
- 1.5.2 - Add minimum home-assistant version
- 1.5.1 - Bump pyavanza (becuase of aiohttp)
- 1.5.0 - Use latest pyavana with latest api changes
- 1.4.0 - Fix more attributes (dure to api changes)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/avanza_stock/const.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Constants for avanza_stock."""
__version__ = "1.5.1"
__version__ = "1.5.2"

DEFAULT_NAME = "Avanza Stock"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/avanza_stock/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"requirements": [
"pyavanza==0.7.1"
],
"version": "1.5.1"
"version": "1.5.2"
}
3 changes: 2 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Avanza Stock",
"render_readme": true
"render_readme": true,
"homeassistant": "2024.1.6"
}

0 comments on commit b903165

Please sign in to comment.