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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update iotawattpy to use our own fork #93830

Merged
merged 1 commit into from
May 31, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update iotawattpy to use our own fork
Unfortunately iotawattpy got dormant. Use our fork hosted at in the
[home-assistant-libs/iotawattpy](https://github.com/home-assistant-libs/iotawattpy)
repository and available on PyPI as ha-iotawatt instead.

The first release of the fork also contains a fix for issue #82869.
  • Loading branch information
agners committed May 30, 2023
commit cf2a040f2a68bff06fdc61a82f28e6a7124fd706
2 changes: 1 addition & 1 deletion homeassistant/components/iotawatt/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/iotawatt",
"iot_class": "local_polling",
"loggers": ["iotawattpy"],
"requirements": ["iotawattpy==0.1.0"]
"requirements": ["ha-iotawattpy==0.1.1"]
}
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,9 @@ ha-av==10.1.0
# homeassistant.components.ffmpeg
ha-ffmpeg==3.1.0

# homeassistant.components.iotawatt
ha-iotawattpy==0.1.1

# homeassistant.components.philips_js
ha-philipsjs==3.0.0

Expand Down Expand Up @@ -995,9 +998,6 @@ insteon-frontend-home-assistant==0.3.5
# homeassistant.components.intellifire
intellifire4py==2.2.2

# homeassistant.components.iotawatt
iotawattpy==0.1.0

# homeassistant.components.iperf3
iperf3==0.1.11

Expand Down
6 changes: 3 additions & 3 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,9 @@ ha-av==10.1.0
# homeassistant.components.ffmpeg
ha-ffmpeg==3.1.0

# homeassistant.components.iotawatt
ha-iotawattpy==0.1.1

# homeassistant.components.philips_js
ha-philipsjs==3.0.0

Expand Down Expand Up @@ -766,9 +769,6 @@ insteon-frontend-home-assistant==0.3.5
# homeassistant.components.intellifire
intellifire4py==2.2.2

# homeassistant.components.iotawatt
iotawattpy==0.1.0

# homeassistant.components.gogogate2
ismartgate==5.0.0

Expand Down