Skip to content

Commit

Permalink
Update bumpe release to include Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad committed Apr 16, 2024
1 parent 6624bc2 commit 2ae89a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ services:
ports:
- "8080:8080" # Adjust the ports as needed
environment:
- DRAGONFLY_IP=192.168.x.x
- DRAGONFLY_IP=192.168.10.11
- DRAGONFLY_PORT=10000
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ version_provider = "poetry"
version_scheme = "semver"
version_files = [
"home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json:version",
"home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json:requirements"
"home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json:requirements",
"swagger.yaml:version"
]
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: "2.0"
info:
description: "API for managing the DragonFly Dome Controller device."
version: "1.0.0"
version: "0.5.0"
title: "DragonFly Dome Controller API"
basePath: "/api"
consumes:
Expand Down

0 comments on commit 2ae89a0

Please sign in to comment.