hass-core/homeassistant/components/iotawatt/manifest.json
Stefan Agner 31e217a11e
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.
2023-05-30 20:03:21 -04:00

10 lines
295 B
JSON

{
"domain": "iotawatt",
"name": "IoTaWatt",
"codeowners": ["@gtdiehl", "@jyavenard"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/iotawatt",
"iot_class": "local_polling",
"loggers": ["iotawattpy"],
"requirements": ["ha-iotawattpy==0.1.1"]
}