Skip to content

Cleanup of orphan supported brand images#12285

Merged
frenck merged 1 commit into
currentfrom
frenck-2020-0258
Mar 6, 2020
Merged

Cleanup of orphan supported brand images#12285
frenck merged 1 commit into
currentfrom
frenck-2020-0258

Conversation

@frenck
Copy link
Copy Markdown
Member

@frenck frenck commented Mar 6, 2020

Proposed change

Cleanup of unused supported brand images we have (pre-migrating to brands).

Use a simple and small command line for this:

for image in $(find source/images/supported_brands -type f); do if ! ack --ignore-dir .jekyll-cache "$(basename "${image}")" source; then rm "${image}"; fi; done

Type of change

  • Spelling, grammar or other readability improvements (current branch).
  • Adjusted missing or incorrect information in the current documentation (current branch).
  • Added documentation for a new integration I'm adding to Home Assistant (next branch).
  • Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

  • Link to parent pull request in the codebase:
  • This PR fixes or closes issue:

Checklist

  • This PR uses the correct branch, based on one of the following:
    • I made a change to the existing documentation and used the current branch.
    • I made a change that is related to an upcoming version of Home Assistant and used the next branch.
  • The documentation follows the Home Assistant documentation standards.

@probot-home-assistant probot-home-assistant Bot added the current This PR goes into the current branch label Mar 6, 2020
@frenck frenck added the cleanup label Mar 6, 2020
@frenck frenck merged commit 41a8e5f into current Mar 6, 2020
@frenck frenck deleted the frenck-2020-0258 branch March 6, 2020 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup current This PR goes into the current branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant