Skip to content

Simple card for Gardena Robotmower in Home Assistant's Lovelace UI

License

Notifications You must be signed in to change notification settings

Cavemanz/lovelace-gardena-mower-card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gardena-mower-card

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.

GH-release GH-last-commit GH-code-size

Setup

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/.

(Optional) Add to custom updater

  1. Make sure you have the custom_updater component installed and working.

  2. Add a new reference under card_urls in your custom_updater configuration in configuration.yaml.

custom_updater:
  card_urls:
    - https://raw.githubusercontent.com/Cavemanz/lovelace-gardena-mower-card/master/tracker.json

Options

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

Examples

gardena-mower-card

Hidden title/name

gardena-mower-card-no-title

Hidden button row

gardena-mower-card-no-buttons

No background image

gardena-mower-card-no-background

type: 'custom:gardena-mower-card'
entity: vacuum.sileno
name: Gardena Sileno City 500
buttons: true
background: img/mower.png

Disclaimer

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/.

About

Simple card for Gardena Robotmower in Home Assistant's Lovelace UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%