Add dev blog post about legacy device tracker deprecation#3060
Add dev blog post about legacy device tracker deprecation#3060emontnemery wants to merge 2 commits intomasterfrom
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 51 minutes and 23 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new blog post was added announcing the deprecation of the legacy device tracker platform API in Home Assistant, specifying a 12-month deprecation window with removal targeted for the 2027.5 release. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@blog/2026-04-20-legacy-device-tracker-deprecation.md`:
- Line 10: Replace the phrase "12 month deprecation period" with the hyphenated
compound modifier "12-month deprecation period" in the blog post text (search
for the exact string "12 month deprecation period") to conform to Microsoft
Style Guide compound-modifier rules and improve readability.
- Around line 7-22: Heading levels skip in the post: change "### Summary" to "##
Summary" and demote the subsequent "#### Background" and "#### List of core
integrations, sorted by reported use" to "### Background" and "### List of core
integrations, sorted by reported use" respectively so headings progress
consistently (use the exact heading text values "### Summary", "####
Background", and "#### List of core integrations, sorted by reported use" to
find and update them).
- Around line 18-20: Fix the typo "legacye" -> "legacy" and tighten the awkward
phrasing in the sentence about xiaomi_miio by replacing "has a wide mix of
functionality including other things than device tracker" with a concise phrase
such as "provides functionality beyond device tracking" (refer to the text
mentioning xiaomi_miio and the phrase "legacy device tracker API"); apply
Microsoft Style Guide conciseness rules to the surrounding sentences to ensure
clarity and brevity while keeping the reference to architecture proposal 1375
intact.
- Line 26: The markdown contains an untyped fenced code block (triple backticks)
in the legacy device tracker deprecation post; update the opening fence to
specify the language by changing the opening "```" to "```text" so linting and
formatting are explicit for that code block.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 14a099ac-7191-4714-87e1-f4b3509fceb1
📒 Files selected for processing (1)
blog/2026-04-20-legacy-device-tracker-deprecation.md
| ## Summary | ||
|
|
||
| The legacy (non config entry) device tracker platform API is deprecated and will be removed in the Home Assistant 2027.5 release. | ||
| By the end of the 12-month deprecation period, all legacy device tracker platforms will be removed from the core repo, and custom integrations implementing the legacy API will stop working. |
There was a problem hiding this comment.
| By the end of the 12-month deprecation period, all legacy device tracker platforms will be removed from the core repo, and custom integrations implementing the legacy API will stop working. | |
| By the end of the 12-month deprecation period, all remaining legacy device tracker platforms will be removed from the core repository, and custom integrations implementing the legacy API will stop working. |
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Proposed change
Add dev blog post about legacy device tracker deprecation
Type of change
Checklist
Additional information
Summary by CodeRabbit