hello ,
Now I have installed my home assistant and have a homepage up and running. I would like to simplify it as much as possible and then link to the subpages.
I tested different card modules.
- picture
- picture elements
- picture glance
- picture entity
With the picture elements card, I was able to maintain the appropriate measurements and spacing, but I couldn’t gray out the background and the heading was too big for me. I couldn’t adjust this either. The big problem here is that I couldn’t createt link to another subpage didn’t work
I managed the first step with the Picture Glance card, but the distances between the values are too small. How can I increase the distances there?.
picture elements card
type: picture-elements
title: mischmasch
image: https://demo.home-assistant.io/stub_config/kitchen.png
aspect_ratio: ‘21:9’
elements:
- type: state-label
entity: sensor.wz_h_t_temperature
style:
color: white
top: 90%
left: 10% - type: state-label
entity: sensor.wz_h_t_humidity
style:
color: white
top: 90%
left: 25% - type: state-label
entity: sensor.wz_power
style:
color: white
top: 90%
left: 40% - type: state-label
entity: sensor.klima_daily
style:
color: white
top: 90%
left: 90%
tap_action:
action: navigate
navigation_path: /lovelace/wohnzimmer
In the picture below you can see an overview card from a smart switch manufacturer. I would like my homepage to be similar and from there I would like to link to the relevant rooms and display and edit more detailed information there
picture-glance
camera_view: auto
type: picture-glance
title: Bildübersicht-Karten
image: https://demo.home-assistant.io/stub_config/kitchen.png
entities:
- entity: sensor.wz_h_t_temperature
show_state: true - entity: sensor.wz_power
show_state: true - entity: sensor.wz_h_t_humidity
show_state: true
entity: person.ibrahim_aydinli
tap_action:
action: navigate
navigation_path: /lovelace/wohnunter
Can one of me help or where can I learn this? I’m not the one with programming, I’m not familiar with it at all