Skip to content

Cleanup of unused images#12286

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

Cleanup of unused images#12286
frenck merged 1 commit into
currentfrom
frenck-2020-0259

Conversation

@frenck
Copy link
Copy Markdown
Member

@frenck frenck commented Mar 6, 2020

Proposed change

Cleanup of unused images in our repository.

Found using the following command:

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

Check most of them manually, and seems to be correct.

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 cb2a3d8 into current Mar 6, 2020
@frenck frenck deleted the frenck-2020-0259 branch March 6, 2020 15:27
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