-
-
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 updated docs for Jewish calendar library update #35756
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. |
📝 Walkthrough📝 WalkthroughWalkthroughThe changes introduce updates to the Jewish Calendar integration documentation, specifically enhancing the holiday sensor. A new holiday entry for Rosh Chodesh has been added, including its ID, English name, Hebrew name, type, and type ID. Additionally, a note has been included indicating that the sensor will report both Rosh Chodesh and Chanukah values during the holiday period. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HolidaySensor
participant Documentation
User->>HolidaySensor: Request holiday information
HolidaySensor->>Documentation: Retrieve holiday details
Documentation-->>HolidaySensor: Provide details for Rosh Chodesh and Chanukah
HolidaySensor-->>User: Return combined holiday information: "Rosh Chodesh, Chanukah"
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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 (
|
📝 WalkthroughWalkthroughThe changes introduce a new holiday sensor entry for "Rosh Chodesh" in the Jewish Calendar integration. This entry includes specific attributes such as ID, English name, Hebrew name, type, and type ID. Additionally, a note is included indicating that on Rosh Chodesh Tevet, which overlaps with Chanukah, the sensor will report both holidays. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HolidaySensor
participant JewishCalendar
User->>HolidaySensor: Request holiday information
HolidaySensor->>JewishCalendar: Fetch holiday data
JewishCalendar-->>HolidaySensor: Return holiday data including "Rosh Chodesh"
HolidaySensor-->>User: Provide holiday information with "Rosh Chodesh" details
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/jewish_calendar.markdown (1)
137-137
: Add newline at end of file.To follow markdown best practices and resolve the markdownlint warning, please add a newline character at the end of the file.
🧰 Tools
🪛 Markdownlint
137-137: null
Files should end with a single newline character(MD047, single-trailing-newline)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
source/_integrations/jewish_calendar.markdown
(2 hunks)
🧰 Additional context used
🪛 Markdownlint
source/_integrations/jewish_calendar.markdown
137-137: null
Files should end with a single newline character
(MD047, single-trailing-newline)
🔇 Additional comments (2)
source/_integrations/jewish_calendar.markdown (2)
91-92
: LGTM! Clear documentation of overlapping holiday behavior.
The added note effectively explains how the sensor handles the specific case of Rosh Chodesh Tevet coinciding with Chanukah, which is valuable information for users.
137-137
: LGTM! Verify type consistency across the codebase.
The new Rosh Chodesh entry is well-formatted and complete. Since it introduces a new holiday type (ROSH_CHODESH) with Type_ID 10, let's verify its consistency with the core implementation.
🧰 Tools
🪛 Markdownlint
137-137: null
Files should end with a single newline character
(MD047, single-trailing-newline)
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 (2)
source/_integrations/jewish_calendar.markdown (2)
91-91
: Add comma for better readabilityThe content is valuable, but the sentence could be clearer with a comma after "Tevet".
-On Rosh Chodesh Tevet which always falls on Chanukah, the sensor will report both values: "Rosh Chodesh, Chanukah". +On Rosh Chodesh Tevet, which always falls on Chanukah, the sensor will report both values: "Rosh Chodesh, Chanukah".🧰 Tools
🪛 LanguageTool
[uncategorized] ~91-~91: Possible missing comma found.
Context: ...d on a range of types. On Rosh Chodesh Tevet which always falls on Chanukah, the sen...(AI_HYDRA_LEO_MISSING_COMMA)
137-137
: Add newline at end of fileAdd a newline character at the end of the file to follow markdown best practices.
🧰 Tools
🪛 Markdownlint
137-137: null
Files should end with a single newline character(MD047, single-trailing-newline)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
source/_integrations/jewish_calendar.markdown
(2 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/jewish_calendar.markdown
[uncategorized] ~91-~91: Possible missing comma found.
Context: ...d on a range of types. On Rosh Chodesh Tevet which always falls on Chanukah, the sen...
(AI_HYDRA_LEO_MISSING_COMMA)
🪛 Markdownlint
source/_integrations/jewish_calendar.markdown
137-137: null
Files should end with a single newline character
(MD047, single-trailing-newline)
🔇 Additional comments (1)
source/_integrations/jewish_calendar.markdown (1)
137-137
: LGTM! New holiday entry is well-formatted
The new Rosh Chodesh entry follows the table format consistently and includes all required fields with appropriate values.
🧰 Tools
🪛 Markdownlint
137-137: null
Files should end with a single newline character
(MD047, single-trailing-newline)
Proposed change
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit