Skip to content

Commit

Permalink
updated readme and added edgecut
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuebschen committed May 21, 2024
1 parent ba9cde8 commit 26165f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ MIT © [Benedikt Hübschen][bhuebschen]
[hacs-url]: https://github.com/hacs/integration
[hacs-image]: https://img.shields.io/badge/hacs-custom-orange.svg?style=flat-square
[gh-sponsors-url]: https://github.com/sponsors/bhuebschen
[gh-sponsors-image]: https://img.shields.io/github/sponsors/denysdovhan?style=flat-square
[gh-sponsors-image]: https://img.shields.io/github/sponsors/bhuebschen?style=flat-square

<!-- References -->

Expand Down
1 change: 1 addition & 0 deletions src/lawn-mower-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ export class LawnMowerCard extends LitElement {
case 'spot':
case 'edge':
case 'single_room':
case 'edgecut':
case 'mowing': {
return html`
<div class="toolbar">
Expand Down
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ ha-card {

.lawn-mower.on,
.lawn-mower.mowing,
.lawn-mower.edgecut,
.lawn-mower.auto,
.lawn-mower.spot,
.lawn-mower.edge,
Expand Down

0 comments on commit 26165f3

Please sign in to comment.