Skip to content

Commit

Permalink
locate button
Browse files Browse the repository at this point in the history
  • Loading branch information
rikman122 committed Jun 17, 2021
1 parent 161775f commit 3a4da4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tuya-vacuum-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,18 @@
icon: 'mdi:stop',
service: 'vacuum.stop',
},
locate: {
label: 'Locate',
icon: 'mdi:map-marker',
service: 'vacuum.locate',
},
return: {
label: 'Return to Base',
icon: 'mdi:home-map-marker',
service: 'vacuum.return_to_base',
},
};

const html = LitElement.prototype.html;
const css = LitElement.prototype.css;

Expand Down

0 comments on commit 3a4da4c

Please sign in to comment.