Add screenshot configuration
This commit is contained in:
parent
c098c93abe
commit
c37bbe6bf3
48
README.md
48
README.md
@ -180,4 +180,50 @@ This card works very much like [`monster-card`](https://github.com/ciotlosm/cust
|
|||||||
- `auto-entities` works with custom cards.
|
- `auto-entities` works with custom cards.
|
||||||
|
|
||||||

|

|
||||||
|
```yaml
|
||||||
|
type: entities
|
||||||
|
title: Combination
|
||||||
|
entities:
|
||||||
|
- type: custom:auto-entities
|
||||||
|
card:
|
||||||
|
type: custom:fold-entity-row
|
||||||
|
head:
|
||||||
|
type: section
|
||||||
|
label: All lights
|
||||||
|
filter:
|
||||||
|
include:
|
||||||
|
- domain: light
|
||||||
|
- type: custom:auto-entities
|
||||||
|
card:
|
||||||
|
type: custom:fold-entity-row
|
||||||
|
head:
|
||||||
|
type: section
|
||||||
|
label: Lights that are on
|
||||||
|
filter:
|
||||||
|
include:
|
||||||
|
- domain: light
|
||||||
|
state: "on"
|
||||||
|
- type: custom:auto-entities
|
||||||
|
card:
|
||||||
|
type: custom:fold-entity-row
|
||||||
|
head:
|
||||||
|
type: section
|
||||||
|
label: Lights that are dimmed below 50%
|
||||||
|
filter:
|
||||||
|
include:
|
||||||
|
- domain: light
|
||||||
|
attributes:
|
||||||
|
brightness: "< 125"
|
||||||
|
- type: custom:auto-entities
|
||||||
|
card:
|
||||||
|
type: custom:fold-entity-row
|
||||||
|
head:
|
||||||
|
type: section
|
||||||
|
label: Lights that are kinda blue-ish
|
||||||
|
filter:
|
||||||
|
include:
|
||||||
|
- domain: light
|
||||||
|
attributes:
|
||||||
|
hs_color 1: "0:> 195"
|
||||||
|
hs_color 2: "0:< 255"
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user