Simple Home Assistant custom card for vacuums based on Tuya platform provided by LocalTuya
NOTE: Currently, the vacuum platform is under development. If you want to contribute you can test this branch and let us know your experience
Manually add tuya-vacuum-card.js
to your <config>/www/
folder and add the following to the configuration.yaml
file:
lovelace:
resources:
- url: /local/tuya-vacuum-card.js?v=1.0.0
type: module
OR install using HACS (Comming soon) and add this (if in YAML mode):
lovelace:
resources:
- url: /hacsfiles/tuya-vacuum-card/tuya-vacuum-card.js
type: module
The above configuration can be managed directly in the Configuration -> Lovelace Dashboards -> Resources panel when not using YAML mode, or added by clicking the "Add to lovelace" button on the HACS dashboard after installing the plugin.
Name | Type | Default | Description |
---|---|---|---|
type | string | Required | custom:tuya-vacuum-card |
entity | string | Required | vacuum.my_tuya_vacuum |
This project is an adaptation of Benct's Xiaomi Vacuum Card who did an awesome job!