Conversation
WalkthroughThis pull request rebrands the repository terminology from "Home Assistant Community Add-ons" to "Home Assistant Community Apps" across documentation, Docker metadata, configuration files, and service scripts. All changes involve terminology substitution and URL updates with no functional impact. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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: 1
🤖 Fix all issues with AI agents
In `@base/Dockerfile`:
- Line 102: The description label value for io.hass.description is inconsistent
in capitalization between the two occurrences; update the string in the
io.hass.description assignment (the line containing "Home Assistant Community
App: ${BUILD_ARCH} base image") so its "base image"/"Base image" capitalization
matches the other occurrence (the "Base image" instance) to ensure consistent
capitalization across the Dockerfile.
🧹 Nitpick comments (1)
base/s6-overlay/etc/s6-rc/scripts/base-addon-log-level (1)
4-4: Consider renaming the file for consistency.The header comment now refers to "Home Assistant Community App" but the file path still contains
base-addon-log-level. If the goal is full rebranding, consider renaming this file tobase-app-log-levelin a follow-up PR to maintain consistency (unless backward compatibility with existing references is a concern).
| io.hass.name="Addon base for ${BUILD_ARCH}" \ | ||
| io.hass.description="Home Assistant Community Add-on: ${BUILD_ARCH} base image" \ | ||
| io.hass.name="App base for ${BUILD_ARCH}" \ | ||
| io.hass.description="Home Assistant Community App: ${BUILD_ARCH} base image" \ |
There was a problem hiding this comment.
Fix capitalization inconsistency.
Line 102 uses lowercase "base image" while Line 111 uses "Base image" with a capital "B". Please standardize the capitalization for consistency.
Proposed fix
- org.opencontainers.image.description="Home Assistant Community App: ${BUILD_ARCH} Base image" \
+ org.opencontainers.image.description="Home Assistant Community App: ${BUILD_ARCH} base image" \Also applies to: 111-111
🤖 Prompt for AI Agents
In `@base/Dockerfile` at line 102, The description label value for
io.hass.description is inconsistent in capitalization between the two
occurrences; update the string in the io.hass.description assignment (the line
containing "Home Assistant Community App: ${BUILD_ARCH} base image") so its
"base image"/"Base image" capitalization matches the other occurrence (the "Base
image" instance) to ensure consistent capitalization across the Dockerfile.
Proposed Changes
Following Home Assistant, this PR renames add-ons to apps.
Summary by CodeRabbit
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.