Skip to content

Commit

Permalink
Merge branch 'dev' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Mar 5, 2023
2 parents fde7d78 + a99e281 commit a6bf993
Show file tree
Hide file tree
Showing 5 changed files with 799 additions and 555 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v3.10.1 (2023-03-05)
### Fix
* Bump teslajsonpy to 3.7.3 ([`da8afd7`](https://github.com/alandtse/tesla/commit/da8afd7587165c07d0bdad2c2568a33d3128ee8e))

## v3.10.0 (2023-02-22)
### Feature
* Add min_to_full_charge attribute ([#505](https://github.com/alandtse/tesla/issues/505)) ([`316ad90`](https://github.com/alandtse/tesla/commit/316ad90ce9cca78f5d7be6f0ce77432446639aef))
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/const.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Const file for Tesla cars."""
VERSION = "3.10.0"
VERSION = "3.10.1"
CONF_EXPIRATION = "expiration"
CONF_INCLUDE_VEHICLES = "include_vehicles"
CONF_INCLUDE_ENERGYSITES = "include_energysites"
Expand Down
10 changes: 5 additions & 5 deletions custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"domain": "tesla_custom",
"name": "Tesla Custom Integration",
"config_flow": true,
"documentation": "https://github.com/alandtse/tesla/wiki",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": ["teslajsonpy==3.7.2"],
"codeowners": ["@alandtse"],
"config_flow": true,
"dependencies": ["http"],
"dhcp": [
{
Expand All @@ -21,7 +18,10 @@
"macaddress": "98ED5C*"
}
],
"documentation": "https://github.com/alandtse/tesla/wiki",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"loggers": ["teslajsonpy"],
"version": "3.10.0"
"requirements": ["teslajsonpy==3.7.3"],
"version": "3.10.1"
}
Loading

0 comments on commit a6bf993

Please sign in to comment.