Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Farfar committed Sep 27, 2021
1 parent 6216094 commit c74bcfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Seat Connect - A Home Assistant custom component for Seat Connect

# v1.1.0
# v1.1.1
## This is fork of [lendy007/homeassistant-skodaconnect](https://github.com/lendy007/homeassistant-skodaconnect) modified to support Seat
This integration for Home Assistant will fetch data from VAG connect servers related to your Seat Connect enabled car.
Seat Connect never fetch data directly from car, the car sends updated data to VAG servers on specific events such as lock/unlock, charging events, climatisation events and when vehicle is parked. The integration will then fetch this data from the servers.
Expand Down
4 changes: 2 additions & 2 deletions custom_components/seatconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"config_flow": true,
"codeowners": ["@Farfar"],
"requirements": [
"seatconnect>=1.1.0",
"seatconnect>=1.1.3",
"homeassistant>=2021.06.0"
],
"version": "v1.1.0",
"version": "v1.1.1",
"iot_class": "cloud_polling"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
seatconnect>=1.1.0
seatconnect>=1.1.3

0 comments on commit c74bcfa

Please sign in to comment.