Skip to content

Add nomaiq integration #39497

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions source/_integrations/nomaiq.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: NomaIQ
description: Control your NomaIQ devices with Home Assistant.
ha_category:
- Light
ha_release: 2025.6
ha_domain: nomaiq
ha_integration_type: integration
ha_codeowners:
- '@mnfjorge'
ha_config_flow: true
ha_platforms:
- light
ha_iot_class: Cloud Polling
---

The {{ page.title }} {% term integration %} provides support for devices controlled by the NomaIQ app.

## Supported devices

This integration was only tested with a Garage Door Opener. Currently it only loads the Light entity.

If you don't see a light entity loaded, then this integration doesn't support your device yet. Please reach out so I can work on it for you (or open a PR yourself).

## Prerequisites

First, set up your device in the NomaIQ app before using this integration.
To configure this integration, you will need the credentials (login and password) used to connect to the NomaIQ app.

{% include integrations/config_flow.md %}

## Light

This integration supports the following functionalities:

- [`turn_on`](/integrations/light#action-light-turn-on)
- [`turn_off`](/integrations/light#action-light-turn-off)