Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Added an example for the VACUUM tile, including a screenshot (#737)
Browse files Browse the repository at this point in the history
* Added VACUUM.png to tile-screenshots

Example of the VACUUM tile

* Added an VACUUM example
  • Loading branch information
sbrandsborg committed Jul 20, 2021
1 parent ea25899 commit d9cdd8c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions TILE_EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,26 @@ A QR code can be generated to easily share your WiFi with guests, using a genera
url: '../qrcode.png'
}
```


#### VACUUM
![IMAGE](images/tile-screenshots/VACUUM.png)<br>
```js
{
position: [0, 0],
type: TYPES.VACUUM,
id: 'vacuum.myvacuum',
title: 'Vacuum',
subtitle: 'Livingroom',
icon: "mdi-robot-vacuum-variant",
states: {
cleaning: "Cleaning",
paused: "Paused",
returning: "Returning",
unavailable: "Unavailable",
docked: "Docked",
idle: "Idle"
},
}
```

Binary file added images/tile-screenshots/VACUUM.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9cdd8c

Please sign in to comment.