A simple web interface to control Home Assistant entities, optimized for Kindle devices. This addon provides a high-contrast interface with buttons to toggle lights, switches, and relays.
- High-contrast design for better visibility on Kindle devices.
- Periodic updates to reflect the current state of entities.
- Simple buttons to toggle entity states (e.g., turn lights on/off).
- Copy the
kindle-dashboardfolder into your Home Assistantaddonsdirectory. - Restart Home Assistant to detect the new addon.
- Install the addon from the Add-on Store in the Home Assistant UI.
- Start the addon from the Home Assistant Add-on Store.
- Access the web interface at
http://<home_assistant_ip>:8080. - Use the buttons to toggle the state of your entities.
No additional configuration is required. The addon uses the Home Assistant API to fetch and update entity states.
- The web interface is served using a simple Python HTTP server.
- The frontend is written in HTML, CSS, and JavaScript.
- For development purposes, you can mount the
index.htmlfile as a volume:docker run -p 8080:8080 -v /path/to/your/index.html:/app/www/index.html kindle-dashboard
- Ensure your Home Assistant instance allows API access with a valid long-lived access token.
- Update the
HA_URLandTOKENinwww/index.htmlto match your Home Assistant setup.