Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ repos:
types: [python]
entry: poetry run ruff check --fix
require_serial: true
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: ruff-format
name: 🐶 Ruff Formatter
language: system
types: [python]
entry: poetry run ruff format
require_serial: true
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: check-json
name: { Check JSON files
language: system
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
language: system
types: [text]
entry: poetry run end-of-file-fixer
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: no-commit-to-branch
name: 🛑 Don't commit to main branch
language: system
Expand All @@ -67,7 +67,7 @@ repos:
types: [python]
entry: poetry run pylint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier
name: 🎨 Format using prettier
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ha-aliexpress-openplatform

A custom Home Assistant integration to track AliExpress affiliate purchases in real-time

This component enables Home Assistant users to monitor and display affiliate purchases made through AliExpress, leveraging the AliExpress Affiliate API. The integration provides dynamically updated sensors for tracking purchase details, including product names, quantities, prices, and order statuses. Users can easily visualize affiliate sales data within their Home Assistant dashboards and set up custom notifications or automations based on purchase activity.
4 changes: 1 addition & 3 deletions custom_components/aliexpress_openplatform/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"documentation": "https://github.com/hectorzin/ha-aliexpress-openplatform",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/hectorzin/ha-aliexpress-openplatform/issues",
"requirements": [
"python-aliexpress-api==3.0.0"
],
"requirements": ["python-aliexpress-api==3.0.0"],
"version": "0.0.0"
}