Skip to content

Commit

Permalink
Merge pull request #109 from msp1974/chore/release_2_2_5
Browse files Browse the repository at this point in the history
chore(release): change release version from 3.0.0 to 2.2.5
  • Loading branch information
ismarslomic committed Jan 11, 2024
2 parents a4df4fb + 820cf72 commit 0aafbe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/msp1974/homeassistant-jlrincontrol)](https://github.com/msp1974/homeassistant-jlrincontrol/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/msp1974/homeassistant-jlrincontrol)](https://GitHub.com/msp1974/homeassistant-jlrincontrol/releases/)

# JLR Home Assistant Integration (v3.0.0)
# JLR Home Assistant Integration (v2.2.5)

This repository contains a Home Assistant integration for the Jaguar Landrover InControl system, allowing visibility of key vehicle information and control of enabled services.

Expand Down Expand Up @@ -134,7 +134,7 @@ This integration uses the jlrpy api written by [ardevd](https://github.com/ardev

# Change Log

## v3.0.0
## v2.2.5
- Fixed: migrate deprecated HA constants with enums [#106](https://github.com/msp1974/homeassistant-jlrincontrol/issues/106)
introduced in HA `v2022.11` and deprecation warnings in HA `v2024.1`. This integration requires from now minium version
`v2022.11` of HA.
Expand Down
2 changes: 1 addition & 1 deletion custom_components/jlrincontrol/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DOMAIN = "jlrincontrol"
DATA_JLR_CONFIG = "jlrincontrol_config"
JLR_DATA = "jlr_data"
VERSION = "3.0.0"
VERSION = "2.2.5"

CONF_USE_CHINA_SERVERS = "use_china_servers"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/jlrincontrol/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"requirements": [
"jlrpy==1.5.2"
],
"version": "3.0.0"
"version": "2.2.5"
}

0 comments on commit 0aafbe0

Please sign in to comment.