Files
homebridge-esphome-rgbww/.gitignore
Copilot c34bdcc86e Implement Homebridge plugin for ESPHome RGBWW lights (#1)
* Initial plan

* Create all plugin files and verify build

Co-authored-by: felixfoertsch <6586185+felixfoertsch@users.noreply.github.com>

* Fix HSV to RGB conversion to use actual brightness and extract magic number

Co-authored-by: felixfoertsch <6586185+felixfoertsch@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: felixfoertsch <6586185+felixfoertsch@users.noreply.github.com>
2026-02-07 20:53:08 +01:00

23 lines
175 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Logs
*.log
npm-debug.log*
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# TypeScript
*.tsbuildinfo