Skip to content
Draft
52 changes: 52 additions & 0 deletions source/_integrations/aidot.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: AiDot
description: Instructions on integrating AiDot home security with Home Assistant.
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description mentions "AiDot home security" but the integration is for controlling Wi-Fi lights, as indicated in the content on line 18 and the ha_category of "Light". The description should be corrected to reflect that this is a light control integration, not home security.

Copilot uses AI. Check for mistakes.
ha_category:
- Light
ha_release: 2024.6
ha_iot_class: cloud_polling
ha_config_flow: true
ha_codeowners:
- '@s1eedz'
ha_domain: aidot
ha_homekit: true
ha_platforms:
- light
ha_integration_type: integration
---

The [AiDot](https://www.aidot.com/) {% term integration %} allows you to control the Wi-Fi lights with Home Assistant.
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The introduction section is very brief and lacks a use case description. According to the Home Assistant documentation standards, integration introductions should include both a description of what the integration does and a use case explaining practical benefits. Consider expanding this section to provide context about why users might want to use this integration with Home Assistant.

Suggested change
The [AiDot](https://www.aidot.com/) {% term integration %} allows you to control the Wi-Fi lights with Home Assistant.
The [AiDot](https://www.aidot.com/) {% term integration %} lets you control supported AiDot Wi-Fi lights in Home Assistant.
Use case: This integration is useful if you want to manage your AiDot lights alongside your other smart home devices, include them in automations, and control your lighting from one place.

Copilot uses AI. Check for mistakes.

## Prerequisites

- To be able to configure your machine in Home Assistant, your machine needs to be added to your account using the official AiDot app first.
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The text refers to "your machine" but should refer to "your device" or "your lights". "Machine" could refer to appliances like coffee machines or washers, while the AiDot integration is specifically for controlling light bulbs. This should be updated for clarity and consistency with light-related terminology.

Suggested change
- To be able to configure your machine in Home Assistant, your machine needs to be added to your account using the official AiDot app first.
- To be able to configure your lights in Home Assistant, your lights need to be added to your account using the official AiDot app first.

Copilot uses AI. Check for mistakes.
- Only login with username & password is supported.
{% include integrations/config_flow.md %}

{% configuration_basic %}
Country:
description: "Your country you use to log into the AiDot app."
Username:
description: "Your username you use to log into the AiDot app."
Password:
description: "Password you use to log into the AiDot app."
{% endconfiguration_basic %}

## Data updates

- After successful login, the device list will be pulled from AiDot Cloud first
- After pulling the list, the integration will pull the latest list from the cloud every 6 hours and process additions and deletions
- The integration will update its lights by polling the AiDot Bridge every five seconds for new values.
Comment on lines +37 to +39
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The list items in the "Data updates" section are incomplete sentences and lack proper periods. According to the Home Assistant documentation standards, when list items are complete sentences or should be treated as such, they must end with periods. Additionally, "After successful login, the device list will be pulled from AiDot Cloud first" is unclear without context (first compared to what?). Consider revising for clarity and consistency.

Suggested change
- After successful login, the device list will be pulled from AiDot Cloud first
- After pulling the list, the integration will pull the latest list from the cloud every 6 hours and process additions and deletions
- The integration will update its lights by polling the AiDot Bridge every five seconds for new values.
- After you sign in successfully, the integration retrieves the device list from AiDot Cloud.
- After the initial device list is retrieved, the integration checks the cloud every 6 hours and processes any additions or deletions.
- The integration updates its lights by polling the AiDot Bridge every five seconds for new values.

Copilot uses AI. Check for mistakes.

## Supported devices

- A19
- BR30

## Troubleshooting

There are no commonly known issues with this integration.

## Remove integration

{% include integrations/remove_device_service.md %}
Loading