Ecoflow carf is custom card for Home Assistant Dashboard UI.
It uses Ecoflow Home Assistan Integration devices to show it.
- 🛠 Editor for card (no need to edit
yaml) - 😍 Color customisation
- 🚀 0 dependencies : no need to install another card.
- 🌈 Based on Tailwind CSS
- 🌎 Internationalization (now only English and Ukrainian)
Ecoflow Card will be available in HACS (Home Assistant Community Store).
Use this link to directly go to the repository in HACS
or
- Install HACS if you don't have it already
- Open HACS in Home Assistant
- Search for "Ecoflow Card"
- Click the download button. ⬇️
- Download
ecoflow-card.jsfile from the latest release. - Put
ecoflow-card.jsfile into yourconfig/wwwfolder. - Add reference to
ecoflow-card.jsin Dashboard. There's two way to do that:- Using UI: Settings → Dashboards → More Options icon → Resources → Add Resource → Set Url as
/local/ecoflow-card.js→ Set Resource type asJavaScript Module. Note: If you do not see the Resources menu, you will need to enable Advanced Mode in your User Profile - Using YAML: Add following code to
lovelacesection.resources: - url: /local/ecoflow-card.js type: module
- Using UI: Settings → Dashboards → More Options icon → Resources → Add Resource → Set Url as
Ecoflow card can be configured using Dashboard UI editor.
- In Dashboard UI, click 3 dots in top right corner.
- Click Edit Dashboard.
- Click Plus button to add a new card.
- Find Custom: Ecoflow card in the list.
You can build the ecoflow-card.js file in dist folder by running the build command.
npm run build
