From a8372415e4d370684bc78d1b2a09aa19239f0f10 Mon Sep 17 00:00:00 2001 From: "Dr.Blank" Date: Fri, 18 Sep 2026 19:45:22 +0530 Subject: [PATCH] Add virtual integration Onida Infrared (#182575) --- homeassistant/components/onida_infrared/__init__.py | 1 + homeassistant/components/onida_infrared/manifest.json | 6 ++++++ homeassistant/generated/integrations.json | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 homeassistant/components/onida_infrared/__init__.py create mode 100644 homeassistant/components/onida_infrared/manifest.json 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",