Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧷 Release version 0.6.0 #44

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading