Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tesla-wall-connector to v1.0.1 #61392

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -3,7 +3,7 @@
"name": "Tesla Wall Connector",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tesla_wall_connector",
"requirements": ["tesla-wall-connector==1.0.0"],
"requirements": ["tesla-wall-connector==1.0.1"],
"dhcp": [
{
"hostname": "teslawallconnector_*",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -2311,7 +2311,7 @@ temperusb==1.5.3
tesla-powerwall==0.3.12

# homeassistant.components.tesla_wall_connector
tesla-wall-connector==1.0.0
tesla-wall-connector==1.0.1

# homeassistant.components.tensorflow
# tf-models-official==2.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -1373,7 +1373,7 @@ tellduslive==0.10.11
tesla-powerwall==0.3.12

# homeassistant.components.tesla_wall_connector
tesla-wall-connector==1.0.0
tesla-wall-connector==1.0.1

# homeassistant.components.tolo
tololib==0.1.0b3
Expand Down