-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add description for boost switch entity in IronOS integration #39783
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: next
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThe documentation for the IronOS integration was updated in the "Basic settings" section to clarify the boost feature. The description now separates the enabling of the boost feature from the configuration of the boost temperature, providing distinct entries for each setting. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Documentation
User ->> Documentation: Reads "Basic settings" section
Documentation -->> User: Shows separate entries for "Boost" and "Boost temperature"
User ->> Documentation: Understands how to enable boost and set boost temperature
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🔭 Outside diff range comments (1)
source/_integrations/iron_os.markdown (1)
90-98
: Add firmware-version requirement for the new “Boost” switchPlease append the same version qualifier you use for other IronOS-bound settings to the Boost entry so users on older firmware know why it may not appear.
• File:
source/_integrations/iron_os.markdown
Location: under “### Basic settings” (around line 90)- **Boost:** Enables or disables the boost feature. When enabled, holding the front button temporarily raises the tip to the boost temperature. + **Boost:** Enables or disables the boost feature (requires IronOS v2.23 or higher). When enabled, holding the front button temporarily raises the tip to the boost temperature.
🧹 Nitpick comments (1)
source/_integrations/iron_os.markdown (1)
94-96
: Nit: keep sentence style consistent with neighbouring bulletsNeighbouring bullets finish their descriptions with a period, but the newly added “Boost” line currently lacks one after the first sentence (before “When enabled…”). Add the period to match the established style.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (1)
source/_integrations/iron_os.markdown
(1 hunks)
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.
Thank you, @tr4nt0r 👍
Proposed change
A switch entity was added to turn on/off the boost feature. Previously it was deactivated by setting the boost temperature to the value 0.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit