1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/iotawatt/manifest.json

14 lines
282 B
JSON

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