Skip to content

Commit

Permalink
fix(jlrpy): bump jlrpy to v1.6.0 to fix #138
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarslomic committed Mar 20, 2024
1 parent 96f9fe3 commit 0a4a9d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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.0beta5)
# JLR Home Assistant Integration (v3.0.0beta7)

**This is a beta release. Some things might not function as intended**

Expand Down Expand Up @@ -149,6 +149,9 @@ Also thanks for all your help ismarslomic in supporting and testing

## Change Log

### v3.0.0beta7
- Bump jlrpy to v1.7.0 to fix [#138](https://github.com/msp1974/homeassistant-jlrincontrol/issues/138)

### v3.0.0beta5
* Bump jlrpy to v1.6.0

Expand Down
4 changes: 2 additions & 2 deletions custom_components/jlrincontrol/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"documentation": "https://github.com/msp1974/homeassistant-jlrincontrol/blob/master/README.Md",
"iot_class": "cloud_polling",
"requirements": [
"jlrpy==1.6.0"
"jlrpy==1.7.0"
],
"version": "3.0.0"
}
}

0 comments on commit 0a4a9d6

Please sign in to comment.