-
Notifications
You must be signed in to change notification settings - Fork 58
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 color to Logo #156
base: rc-24.1.2
Are you sure you want to change the base?
Add color to Logo #156
Conversation
As suggested in #81 not sure how to adress the version since we're closely following ebusd
WalkthroughThe pull request updates the Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🪛 Markdownlint (0.37.0)ebusd/CHANGELOG.md70-70: null (MD036, no-emphasis-as-heading) 🪛 LanguageToolebusd/CHANGELOG.md[uncategorized] ~114-~114: Use a comma before ‘so’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE_2) 🔇 Additional comments (3)
Finishing Touches
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: 3
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
⛔ Files ignored due to path filters (2)
ebusd/icon.png
is excluded by!**/*.png
ebusd/logo.png
is excluded by!**/*.png
📒 Files selected for processing (1)
ebusd/CHANGELOG.md
(3 hunks)
🧰 Additional context used
🪛 Markdownlint (0.37.0)
ebusd/CHANGELOG.md
3-3: null
First line in a file should be a top-level heading
(MD041, first-line-heading, first-line-h1)
68-68: null
Emphasis used instead of a heading
(MD036, no-emphasis-as-heading)
🪛 LanguageTool
ebusd/CHANGELOG.md
[uncategorized] ~112-~112: Use a comma before ‘so’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...vidual areas - IMPROVE: Add watchdog URL so Home Assistant can restart eBUSd if it ...
(COMMA_COMPOUND_SENTENCE_2)
🔇 Additional comments (1)
ebusd/CHANGELOG.md (1)
3-5
: LGTM! Clear version bump and change description.The version increment and change description follow the established format, with proper issue reference.
🧰 Tools
🪛 Markdownlint (0.37.0)
3-3: null
First line in a file should be a top-level heading(MD041, first-line-heading, first-line-h1)
ebusd/CHANGELOG.md
Outdated
@@ -1,4 +1,9 @@ | |||
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog --> | |||
|
|||
## version: 24.1.1 |
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.
🧹 Nitpick (assertive)
Consider standardizing version number format.
There's an inconsistency in version number formatting across entries. Some use "## version:" prefix while others don't. Consider standardizing the format across all entries.
Would you like me to help generate a script to standardize all version entries in the changelog?
🧰 Tools
🪛 Markdownlint (0.37.0)
3-3: null
First line in a file should be a top-level heading
(MD041, first-line-heading, first-line-h1)
ebusd/CHANGELOG.md
Outdated
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog --> | ||
|
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.
🧹 Nitpick (assertive)
Add a top-level heading for better documentation structure.
Consider adding a title at the beginning of the changelog for better readability.
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
+# Changelog
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog --> | |
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog --> | |
# Changelog |
@@ -60,7 +65,7 @@ | |||
|
|||
## 22.1 | |||
|
|||
**BREAKING CHANGE - MQTT JSON and MQTT Discovery will be enabled after upgrade. This will break existing MQTT sensors** | |||
**BREAKING CHANGE - MQTT JSON and MQTT Discovery will be enabled after upgrade. This will break existing MQTT sensors** |
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.
🧹 Nitpick (assertive)
Use heading format for breaking changes.
For consistency, consider using heading format instead of bold text for breaking changes.
-**BREAKING CHANGE - MQTT JSON and MQTT Discovery will be enabled after upgrade. This will break existing MQTT sensors**
+### BREAKING CHANGE
+MQTT JSON and MQTT Discovery will be enabled after upgrade. This will break existing MQTT sensors
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
**BREAKING CHANGE - MQTT JSON and MQTT Discovery will be enabled after upgrade. This will break existing MQTT sensors** | |
### BREAKING CHANGE | |
MQTT JSON and MQTT Discovery will be enabled after upgrade. This will break existing MQTT sensors |
🧰 Tools
🪛 Markdownlint (0.37.0)
68-68: null
Emphasis used instead of a heading
(MD036, no-emphasis-as-heading)
As suggested in #81
not sure how to adress the version since we're closely following ebusd
Summary by CodeRabbit
New Features
Documentation