Skip to content

Commit

Permalink
added UI v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreiter committed Apr 7, 2024
1 parent 98af037 commit 64c568f
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,36 @@ My dashboards are heavily based on the entities and auto-entities cards, so I wa
Alternatively, if you're using [`lovelace_gen`](https://github.com/thomasloven/hass-lovelace_gen), the row definition in `ui.yaml` might be helpful.

![](gfx/v2.png)
![](gfx/v2.png)

## Version 3

After playing around with the new sections dashboard, I changed the UI to a grid with picture cards:

![](gfx/v3.png)

```yaml
type: grid
square: false
cards:
- type: picture
image_entity: image.savanna_sunset
double_tap_action:
action: call-service
service: script.light_hue_scene
target: {}
data:
scene: Savanna Sunset
onlyonlights: true
skipgroups: true
target:
area_id: wohnzimmer
tap_action:
action: call-service
service: input_select.select_option
target:
entity_id: input_select.wohnzimmer_lichtszenen
data:
option: Savanna Sunset
````

0 comments on commit 64c568f

Please sign in to comment.