Add calendar platform documentation for Sonarr integration#45777
Open
proglottis wants to merge 1 commit into
Open
Add calendar platform documentation for Sonarr integration#45777proglottis wants to merge 1 commit into
proglottis wants to merge 1 commit into
Conversation
|
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the |
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds documentation and metadata to reflect Sonarr’s calendar entity support.
Changes:
- Adds
calendarto the integration’s declaredha_platforms. - Documents the new Calendar entity, including what events look like and suggested uses.
Comment on lines
12
to
14
| ha_platforms: | ||
| - calendar | ||
| - sensor |
|
|
||
| ## Calendar | ||
|
|
||
| A {% term calendar %} entity is created showing upcoming TV episode air times from your Sonarr schedule. Each event displays the series title, season and episode number, and episode title, for example, *Breaking Bad - S01E01 - Pilot*. You can use this entity in the Home Assistant calendar dashboard to see what is coming up, or use it in automations to trigger actions when an episode is about to air. |
Author
There was a problem hiding this comment.
The paragraph has been split.
Documents the new calendar entity added in home-assistant/core#173133, which shows upcoming TV episode air times from the Sonarr schedule.
e1b819f to
6217080
Compare
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
Documents the new
calendarplatform added to the Sonarr integration in home-assistant/core#173133.calendartoha_platformsin the front matterAdditional information
Companion PR: home-assistant/core#173133