Skip to content

Commit

Permalink
🔧 Switch to UV (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte authored Nov 10, 2024
1 parent 4fed8a8 commit b26a61b
Show file tree
Hide file tree
Showing 6 changed files with 1,759 additions and 2,693 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- uses: "home-assistant/actions/hassfest@master"
- uses: hacs/action@main
with:
CATEGORY: integration
category: integration
2 changes: 1 addition & 1 deletion custom_components/evnex/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"requirements": [
"evnex>=0.4.1"
],
"version": "0.6.0a2"
"version": "0.6.0a4"
}
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
homeassistant:
container_name: home-assistant
image: homeassistant/home-assistant:2024.6
image: homeassistant/home-assistant:2024.11
volumes:
- ./.docker/data:/config
- ./custom_components/evnex:/config/custom_components/evnex
Expand Down
Loading

0 comments on commit b26a61b

Please sign in to comment.