Skip to content

Commit

Permalink
Merge pull request #245 from alandtse/dev
Browse files Browse the repository at this point in the history
2022-08-13
  • Loading branch information
alandtse authored Aug 13, 2022
2 parents bcee3e1 + 57d6095 commit 2c6983e
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 424 deletions.
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Push actions
on:
push:
branches:
- main
- dev

jobs:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ The following sensors provide all available vehicle data as attributes. These se
- Drive State data sensor
- GUI Settings data sensor

This integration provies the following platforms for solar systems:

- Sensors - solar production, grid import/export and home consumption (updates every 10 seconds)

## Options

Tesla options are set via **Configuration** -> **Integrations** -> **Tesla** -> **Options**.
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://github.com/alandtse/tesla/wiki",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": ["teslajsonpy==2.3.0"],
"requirements": ["teslajsonpy==2.4.1"],
"codeowners": ["@alandtse"],
"dependencies": ["http"],
"dhcp": [
Expand Down
Loading

0 comments on commit 2c6983e

Please sign in to comment.