Skip to content

Commit

Permalink
add dependecies to manifest.json - fixes#2, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
NinDTendo committed Apr 27, 2024
1 parent 1a25b75 commit f59d1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.venv/
2 changes: 1 addition & 1 deletion custom_components/tobi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "to be or not - Room Presence",
"codeowners": ["@nindtendo"],
"config_flow": true,
"dependencies": [],
"dependencies": ["calendar"],
"documentation": "https://github.com/NinDTendo/tobi",
"homekit": {},
"integration_type": "device",
Expand Down

0 comments on commit f59d1f4

Please sign in to comment.