-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Add combustion power documentation on the Palazzetti integration #36043
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 site configuration. |
📝 WalkthroughWalkthroughThe pull request introduces modifications to the documentation for the Palazzetti integration in Home Assistant. A new section titled "Numbers" has been added, which explains the adjustment of combustion power on a scale from Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Documentation
User->>Documentation: View Palazzetti integration
Documentation->>User: Display updated information
User->>Documentation: Read "Numbers" section
Documentation->>User: Show combustion power scale (1 to 5)
User->>Documentation: Read fan speed options
Documentation->>User: Show fan speed range (1 to 5)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 and nitpick comments (1)
source/_integrations/palazzetti.markdown (1)
44-46
: Enhance the Numbers section documentationWhile the basic information is provided, this section could benefit from additional details such as:
- How to access and control this setting
- The impact of different power levels
- Whether this setting persists across restarts
Consider expanding the documentation with:
## Numbers -The Palazzetti integration offers control over the combustion power of the stove on a scale from `1` to `5`. +The Palazzetti integration offers control over the combustion power of the stove on a scale from `1` to `5`. The combustion power +affects the heat output and fuel consumption of your stove: + +- Lower values (1-2) provide slower, more efficient burning with reduced heat output +- Medium values (3-4) offer balanced operation +- Maximum value (5) delivers highest heat output with increased fuel consumption + +This setting can be adjusted through the Number entity `number.stove_combustion_power` in Home Assistant.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
source/_integrations/palazzetti.markdown
(2 hunks)
🔇 Additional comments (2)
source/_integrations/palazzetti.markdown (2)
40-40
: LGTM! Improved fan speed formatting
The range format 1 to 5
is clearer and more concise than listing individual numbers.
60-60
: LGTM! Added pellet level sensor
The new pellet level sensor in centimeters complements the existing pellet quantity sensor, providing users with multiple ways to monitor their pellet supply.
Proposed change
Adds documentation for the Palazzetti combustion power entity.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
New Features
Documentation