Update iotawattpy to use our own fork (#93830)
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.pull/93841/head
parent
0653aed49f
commit
31e217a11e
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue