Skip to content

rikman122/tuya-vacuum-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuya-vacuum-card

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

GH-release GH-downloads GH-last-commit GH-code-size hacs_badge

Installation

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.

Configuration

Name Type Default Description
type string Required custom:tuya-vacuum-card
entity string Required vacuum.my_tuya_vacuum

Screenshots

tuya-vacuum-card

Credits

This project is an adaptation of Benct's Xiaomi Vacuum Card who did an awesome job!