-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Enhance STIPS IR Remote integration documentation and details #44802
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
Changes from all commits
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,70 @@ | ||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||
| title: "STIPS IR Remote" | ||||||||||||||||||||||||||||||||||||||||||||||
| description: "Control AC units through STIPS IRU1 over your local network." | ||||||||||||||||||||||||||||||||||||||||||||||
| ha_category: | ||||||||||||||||||||||||||||||||||||||||||||||
| - Climate | ||||||||||||||||||||||||||||||||||||||||||||||
| ha_iot_class: "Local Push" | ||||||||||||||||||||||||||||||||||||||||||||||
| ha_domain: "stips_iru1" | ||||||||||||||||||||||||||||||||||||||||||||||
| ha_platforms: | ||||||||||||||||||||||||||||||||||||||||||||||
| - climate | ||||||||||||||||||||||||||||||||||||||||||||||
| ha_config_flow: true | ||||||||||||||||||||||||||||||||||||||||||||||
| ha_release: "2026.4" | ||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||
| ## STIPS IR Remote | ||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+14
to
+15
|
||||||||||||||||||||||||||||||||||||||||||||||
| ## STIPS IR Remote |
Copilot
AI
Apr 16, 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 term “LAN” is used here without being defined. Prefer consistently using “local network” throughout, or define it once as “local network (LAN)” on first use to keep the text accessible.
Copilot
AI
Apr 16, 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.
This integration is set up via config flow (ha_config_flow: true), but the docs don’t include the standard config-flow include and field documentation. Most integration pages use {% include integrations/config_flow.md %} and a {% configuration_basic %} block to describe the config fields (see source/_integrations/_integration_docs_template.markdown:51-62). Adding those here would keep the setup section consistent and let you describe what “API host”, “Username”, and “Password” mean.
| 1. In Home Assistant, go to **Settings** > **Devices & services**. | |
| 2. Select **Add Integration**. | |
| 3. Search for **STIPS IR Remote**. | |
| 4. Enter: | |
| - API host | |
| - Username | |
| - Password | |
| 5. Finish setup. | |
| If setup succeeds, Home Assistant imports supported climate remotes from your STIPS catalog. | |
| {% include integrations/config_flow.md %} | |
| {% configuration_basic %} | |
| API host: | |
| description: "The hostname or IP address of your STIPS IRU1 device on your local network. Home Assistant uses this address to send climate commands locally after setup." | |
| Username: | |
| description: "Your STIPS account username. Home Assistant uses this account during setup to sign in and download your IR catalog, including your areas, devices, and remotes." | |
| Password: | |
| description: "Your STIPS account password for signing in during setup." | |
| {% endconfiguration_basic %} | |
| After setup completes, Home Assistant imports supported climate remotes from your STIPS catalog. |
Copilot
AI
Apr 16, 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.
Troubleshooting step 3 is hard to follow as written (“reload the integration from (three-dots menu)”). To improve clarity and match other docs, refer to the menu and action explicitly (for example, “select the three-dots menu, then select Reload”).
| 3. From **Devices & services**, open STIPS IR Remote integration and reload the integration from (three-dots menu). | |
| 3. From **Settings** > **Devices & services**, open the **STIPS IR Remote** integration, select the three-dots menu, and then select **Reload**. |
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.
Front matter description uses the abbreviation “AC”. To match the documentation style used across integrations and to keep wording clear for non-technical readers, spell this out as “air conditioner(s)” instead of “AC”.