Simple card for Gardena robotmower in Home Assistant's Lovelace UI. Using this component to add Gardena to Home Assistant: https://github.com/wijnandtop/home_assistant_gardena/tree/master/gardena. Based on the work done by benct since Gardena uses the same Vacuum class: https://github.com/benct/lovelace-xiaomi-vacuum-card.
Add gardena-mower-card.js to your <config>/www/
folder. Add the following to your ui-lovelace.yaml
file:
resources:
- type: js
url: /local/gardena-mower-card.js?v=0.3
If you want to use the mower background image, add img/mower.png to <config>/www/img/
.
-
Make sure you have the custom_updater component installed and working.
-
Add a new reference under
card_urls
in yourcustom_updater
configuration inconfiguration.yaml
.
custom_updater:
card_urls:
- https://raw.githubusercontent.com/Cavemanz/lovelace-gardena-mower-card/master/tracker.json
Name | Type | Default | Description |
---|---|---|---|
type | string | Required | custom:gardena-mower-card |
entity | string | Required | vacuum.sileno |
name | string/bool | friendly_name |
Override entity friendly name (set to false to hide title) |
background | string/bool | img/mower.png |
Custom path/name of background image (set to false to disable background) |
buttons | bool | true |
Set to false to hide button row |
vendor | string | gardena |
Hidden title/name
Hidden button row
No background image
type: 'custom:gardena-mower-card'
entity: vacuum.sileno
name: Gardena Sileno City 500
buttons: true
background: img/mower.png
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Gardena, or any of its subsidiaries or its affiliates. The official Gardena website can be found at https://www.gardena.com/.