Add configurations for new ESP32 camera and sensors, including home energy monitor

This commit is contained in:
Joshua King
2026-02-13 21:02:34 -05:00
parent 8ebe0e29d6
commit 2a2ea974fd
4 changed files with 216 additions and 0 deletions

18
.gitignore vendored
View File

@@ -1,2 +1,20 @@
.vscode/extensions.json
Cameras/.DS_Store
# Gitignore settings for ESPHome
# This is an example and may include too much for your use-case.
# You can modify this file to suit your needs.
/.esphome/
/secrets.yaml
# Ignore compiled Python files
*.pyc
__pycache__/
# Ignore log files
*.log
# Ignore virtual environment directories
venv/
env/
# Ignore build directories
build/
dist/
# Ignore IDE-specific files
.idea/