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.
10 lines
295 B
JSON
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"]
|
|
}
|