Skip to content

kmplngj/ha-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Add-ons by kmplngj

License Project Maintenance

Custom Home Assistant add-ons repository.

Installation

Add this repository to your Home Assistant instance:

  1. Navigate to SettingsAdd-onsAdd-on Store
  2. Click the (three dots) menu in the top right
  3. Select Repositories
  4. Add this repository URL:
    https://github.com/kmplngj/ha-addons
    
  5. Click Add
  6. Refresh the add-on store
  7. Find and install the add-ons you need

Available Add-ons

Version Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

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

🐋 Standalone Docker Deployment

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

📖 Docker Compose Guide


Support

Contributing


Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

Credits

Pixoo REST

This add-on wraps the excellent work of:

Home Assistant

Built for the amazing Home Assistant smart home platform.

License

MIT License - see LICENSE for details.


Maintained by @kmplngj

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks