core/homeassistant/components/iotawatt/manifest.json

11 lines
295 B
JSON
Raw Normal View History

{
"domain": "iotawatt",
"name": "IoTaWatt",
2023-02-08 19:35:25 +00:00
"codeowners": ["@gtdiehl", "@jyavenard"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/iotawatt",
"iot_class": "local_polling",
2023-02-08 19:35:25 +00:00
"loggers": ["iotawattpy"],
"requirements": ["ha-iotawattpy==0.1.2"]
2022-03-30 08:56:37 +00:00
}