Skip to content
Merged
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 .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
name: Hassfest (manifest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: home-assistant/actions/hassfest@master
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- uses: home-assistant/actions/hassfest@a7c616ce81ccda50150bf1595786c71b1883fabb # master 2026-08-30

hacs:
name: HACS validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hacs/action@main
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- uses: hacs/action@1ebf01c408f29afcb6406bd431bc98fd8cbb15aa # main 2026-08-30
with:
category: integration

Expand Down
Binary file added custom_components/veton/brand/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added custom_components/veton/brand/icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added custom_components/veton/brand/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added custom_components/veton/brand/logo@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion custom_components/veton/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"domain": "veton",
"name": "Veton EV Charger",
"after_dependencies": ["lovelace"],
"codeowners": ["@veton-be"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/Veton-ev/HA-Veton",
"issue_tracker": "https://github.com/Veton-ev/HA-Veton/issues",
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Veton-ev/HA-Veton/issues",
"loggers": ["pymodbus"],
"requirements": ["pymodbus>=3.6.0"],
"version": "1.1.0"
Expand Down
Loading