Skip to content

Commit

Permalink
🧷 Release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Nov 10, 2024
1 parent b26a61b commit 3a5cf35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Adds a device for the Evnex cloud account, as well as any chargers you have acce

## Install

Available as a default integration in HACS.
Available as an integration in HACS.

[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=hardbyte&repository=ha-evnex&category=integration)

Expand All @@ -31,3 +31,4 @@ Each charger device exposes:
## Development

Uses https://github.com/hardbyte/python-evnex

2 changes: 1 addition & 1 deletion custom_components/evnex/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"requirements": [
"evnex>=0.4.1"
],
"version": "0.6.0a4"
"version": "0.6.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "evnex-ha"
version = "0.6.0a4"
version = "0.6.0"
description = "Home Assistant integration for EVNEX EV chargers"
authors = [
{name = "Brian Thorne", email = "brian@hardbyte.nz"},
Expand Down

0 comments on commit 3a5cf35

Please sign in to comment.