Skip to content

Commit

Permalink
Merge pull request #42 from natekspencer/dev
Browse files Browse the repository at this point in the history
Update dev environment
  • Loading branch information
natekspencer authored Dec 28, 2023
2 parents 769c1e3 + 5c48870 commit 91374ba
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"extensions": [
"ms-python.python",
"ms-python.black-formatter",
"ms-python.vscode-pylance",
"ms-python.isort",
"ms-python.pylint",
"ms-python.vscode-pylance",
"esbenp.prettier-vscode",
"github.vscode-pull-request-github",
"ryanluker.vscode-coverage-gutters"
Expand All @@ -21,8 +22,6 @@
"editor.tabSize": 4,
"python.pythonPath": "/usr/bin/python3",
"python.analysis.autoSearchPaths": false,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
Expand Down
10 changes: 10 additions & 0 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ frontend:
history:
logbook:

homeassistant:
name: HACS-Pura
auth_providers:
- type: trusted_networks
trusted_networks:
- 127.0.0.1
- ::1
allow_bypass_login: true
- type: homeassistant

logger:
default: info
logs:
Expand Down
15 changes: 11 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
black==23.3.0
colorlog==6.7.0
# Home Assistant
homeassistant>=2023.12
home-assistant-frontend
numpy

# Integration
pypura
deepdiff
homeassistant>=2023.9

# Development
black
colorlog==6.7.0
pip>=21.0
pylint>=2.17.3
pypura
ruff==0.0.255

0 comments on commit 91374ba

Please sign in to comment.