ESPHome external component for Sensirion SEN66 environmental sensor with: - PM1.0, PM2.5, PM4.0, PM10 measurements - Number concentration (particle counts) - VOC and NOx indices with algorithm tuning - CO2 measurement - Temperature and humidity - Start/stop measurement and fan cleaning actions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
37 lines
326 B
Plaintext
37 lines
326 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# ESPHome
|
|
.esphome/
|
|
secrets.yaml
|