-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add AiDot integration documentation #44479
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
base: current
Are you sure you want to change the base?
Changes from all commits
2e04c92
9b76b2c
d722556
4b67f05
e34fb5a
a46ab19
a6a5a09
c945758
f85d283
de55d1f
8ce1079
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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. | ||||||||||||||
| 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. | ||||||||||||||
|
||||||||||||||
| 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
AI
Apr 3, 2026
There was a problem hiding this comment.
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.
| - 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
AI
Apr 3, 2026
There was a problem hiding this comment.
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.
| - 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. |
There was a problem hiding this comment.
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.