Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added new feature to remove the title and better alignement of entities
  • Loading branch information
MadSnuif authored Mar 30, 2024
1 parent a4a9ec0 commit d712154
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,23 @@ In Home Assistant add on your page a new card, and choose custom: HockeyNL Card
Add the sensors in code in the card:
for example two team sensors will need:

```
type: custom:hockeynl-card
entities:
- sensor.gouda_heren_1
- sensor.gouda_dames_1

- sensor.gouda_heren_1
- sensor.gouda_dames_1
```

![alt text](image-5.png)
## New in 1.02
You can now change the card title with the added line title: in de card configuration. By setting title: '' (empty string) you can remove the title from the card.
Example:
```
type: custom:hockeynl-card
title: 'My Name'
entities:
- sensor.gouda_heren_1
- sensor.gouda_dames_1
```

Enjoy the card!

0 comments on commit d712154

Please sign in to comment.