1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/iotawatt/manifest.json
2025-12-16 11:42:59 +01:00

12 lines
327 B
JSON

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