A Home Assistant custom integration to make dashboards instantly more readable for everyone. Just add ?easyread=2 (or any zoom factor) to your URL—no setup, no configuration, no themes required!
- Instantly zoom your dashboard with a URL parameter:
?easyread=2for 2x zoom,?easyread=1.5for 1.5x, etc. - No configuration or theme setup required
- Works out of the box, like Kiosk Mode
- Great for accessibility, presentations, and public displays
- Go to HACS → Integrations → Custom Repositories
- Add this repository:
https://github.com/danish-din/easy_readas an Integration - Search for and install Easy Read Mode
- Copy the
easy_read_modefolder tocustom_components/in your Home Assistant config directory.
Add this to your configuration.yaml or via the UI (Settings → Dashboards → Resources):
lovelace:
resources:
- url: /custom_components/easy_read_mode/easy_read.js
type: module- To zoom your dashboard, simply add
?easyread=2(or any number) to your URL:- Example:
https://your-ha:8123/lovelace/default_view?easyread=2
- Example:
- Remove the parameter or set
?easyread=1to return to normal view.
- None! No themes, no browser_mod, no configuration—just install and use.
For issues, open an issue on GitHub.