Skip to content

Commit

Permalink
More housekeeping
Browse files Browse the repository at this point in the history
- devcontainer cleanup
- requirements and hacs config
- gitignore
  • Loading branch information
agittins committed Aug 9, 2023
1 parent a15a035 commit 348cca3
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 41 deletions.
8 changes: 0 additions & 8 deletions .devcontainer/configuration.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .devcontainer/devcontainer.json

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ pythonenv*
.coverage
venv
.venv
config/.storage/
config/home-assistant*
config/blueprint*

config/.HA_VERSION
5 changes: 3 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Bermuda BLE Triangulation",
"hacs": "1.6.0",
"iot_class": "Cloud Polling",
"homeassistant": "0.118.0"
"iot_class": "local_polling",
"homeassistant": "2022.10",
"render_readme": true
}
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
colorlog==6.7.0
homeassistant==2023.8.1
pip>=23.2.1,<23.3
ruff==0.0.282
1 change: 0 additions & 1 deletion requirements_dev.txt

This file was deleted.

6 changes: 4 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
-r requirements_dev.txt
pytest-homeassistant-custom-component==0.13.50
-r requirements.txt
pytest-homeassistant-custom-component
#==0.13.50
pre-commit

0 comments on commit 348cca3

Please sign in to comment.