Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,31 @@ entity: sensor.kitchen_timers
alarms_entity: sensor.kitchen_alarms
title: Kitchen
```

<p align="center">
<img src="/images/example.png">
</p>

### Example using Auto-entities

Hiding the card using `auto-entities` card like this:
IMPORTANT: Requires the `auto-entities` custom card installed.

```yaml
type: 'custom:auto-entities'
card:
type: vertical-stack
card_param: cards
filter:
exclude:
- state: unavailable
include:
- domain: sensor
entity_id: sensor.*_home_timers
options:
type: 'custom:googletimers-card'
```

### Bugs/Features

Please open a issue if you have found a bug or even better make a PR if you can fix it :smile: