Custom Home Assistant add-ons repository.
Add this repository to your Home Assistant instance:
- Navigate to Settings → Add-ons → Add-on Store
- Click the ⋮ (three dots) menu in the top right
- Select Repositories
- Add this repository URL:
https://github.com/kmplngj/ha-addons - Click Add
- Refresh the add-on store
- Find and install the add-ons you need
RESTful API to control Divoom Pixoo LED displays with automatic device discovery and seamless Home Assistant integration.
Features:
- 🔍 Automatic device discovery
- 🎨 50+ API endpoints for full control
- 📱 Built-in Swagger UI documentation
- 🖼️ Image, GIF, and animation support
- 📝 Text display with multiple fonts
- ⏱️ Timers and countdowns
- 🌡️ Sensor data visualization
Quick Start:
PIXOO_HOST_AUTO: true
PIXOO_SCREEN_SIZE: 64📖 Full Documentation | 🔧 API Reference | 📋 Changelog
Want to run Pixoo REST outside of Home Assistant? Use Docker Compose:
# Clone repository
git clone https://github.com/kmplngj/ha-addons.git
cd ha-addons
# Configure
cp .env.example .env
# Edit .env with your Pixoo device IP
# Start
docker compose up -d
# Access at http://localhost:5001- Issues: GitHub Issues
- Discussions: GitHub Discussions
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
This add-on wraps the excellent work of:
- pixoo-rest by @4ch1m - RESTful API server
- pixoo library by @SomethingWithComputers - Python device library
Built for the amazing Home Assistant smart home platform.
MIT License - see LICENSE for details.
Maintained by @kmplngj