mirror of
https://github.com/home-assistant/core.git
synced 2026-05-03 23:17:22 +01:00
* Bump ha-iotawattpy to 0.1.2 * Remove energy energy-over-period sensors: they cause issue for HA --------- Co-authored-by: Stefan Agner <stefan@agner.ch>
11 lines
295 B
JSON
11 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.2"]
|
|
}
|