diff --git a/homeassistant/components/enmax/__init__.py b/homeassistant/components/enmax/__init__.py new file mode 100644 index 00000000000..21ca8ab1c58 --- /dev/null +++ b/homeassistant/components/enmax/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Enmax Energy.""" diff --git a/homeassistant/components/enmax/manifest.json b/homeassistant/components/enmax/manifest.json new file mode 100644 index 00000000000..2c2be413824 --- /dev/null +++ b/homeassistant/components/enmax/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "enmax", + "name": "Enmax Energy", + "integration_type": "virtual", + "supported_by": "opower" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 966cf186346..8c7defb6969 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1481,6 +1481,11 @@ "config_flow": false, "iot_class": "local_polling" }, + "enmax": { + "name": "Enmax Energy", + "integration_type": "virtual", + "supported_by": "opower" + }, "enocean": { "name": "EnOcean", "integration_type": "hub",