core/homeassistant/components/iotawatt/manifest.json

13 lines
264 B
JSON

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