Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pip-gte-8.0.3-and-lt-23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joseffallman authored Mar 2, 2024
2 parents 52e964a + 350eb8a commit 10ff776
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v3.5.0"
uses: "actions/checkout@v4"

- name: "Set up Python"
uses: actions/setup-python@v4.5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v3.5.0"
uses: "actions/checkout@v4"

- name: "Adjust version number"
shell: "bash"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v3.5.0"
uses: "actions/checkout@v4"

- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v3.5.0"
uses: "actions/checkout@v4"

- name: "Run HACS validation"
uses: "hacs/action@main"
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,24 @@ Platform | Description
`sensor` | Show info from your 3d printer. <ul><li>temp sensors (bed and extruder)</li><li>Print progress</li><li>Printer status</li></ul>
`camera` | Printer camera if exists.

## Installation

# Installation
## Manual installation process.
1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).
1. If you do not have a `custom_components` directory (folder) there, you need to create it.
1. In the `custom_components` directory (folder) create a new folder called `flashforge`.
1. Download _all_ the files from the `custom_components/flashforge/` directory (folder) in this repository.
1. Place the files you downloaded in the new directory (folder) you created.
## Install through HACS
1. Add this repo as a custom repo in HACS by clicking on the three dots in the right corner in HACS
1. Select "custom repositories" and add "joseffallman/hass_flashforge" as a integration category.
1. Restart Home Assistant
1. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "FlashForge"

## Configuration is done in the UI

1. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "FlashForge"
<!---->

## Contributions are welcome!

# Contributions are welcome!

If you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
colorlog==6.7.0
homeassistant>2022.2.0
pip>=8.0.3,<23.4
ruff==0.0.280
ruff==0.1.1
pytest
pytest-cov>2.9.0
pytest-homeassistant-custom-component>0.13
Expand Down

0 comments on commit 10ff776

Please sign in to comment.