diff --git a/homeassistant/components/onida_infrared/__init__.py b/homeassistant/components/onida_infrared/__init__.py new file mode 100644 index 000000000000..e2d82d039ae2 --- /dev/null +++ b/homeassistant/components/onida_infrared/__init__.py @@ -0,0 +1 @@ +"""Virtual integration: Onida Infrared.""" diff --git a/homeassistant/components/onida_infrared/manifest.json b/homeassistant/components/onida_infrared/manifest.json new file mode 100644 index 000000000000..5dff3db822d0 --- /dev/null +++ b/homeassistant/components/onida_infrared/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "onida_infrared", + "name": "Onida Infrared", + "integration_type": "virtual", + "supported_by": "gree_infrared" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index b0bd1e42431d..62262e0f421a 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5225,6 +5225,11 @@ "config_flow": true, "iot_class": "local_polling" }, + "onida_infrared": { + "name": "Onida Infrared", + "integration_type": "virtual", + "supported_by": "gree_infrared" + }, "onkyo": { "name": "Onkyo", "integration_type": "device",