Person Cards - Show Off Yours

:pray:t3: Thanks! It’s really working!! Thanks so much for your help!

I’ve looked at so many different person cards here. All of them are really nice and beautiful, but they have too many fields that just don’t work with my current dashboard. The original Mushroom Person Card is very clean, but it’s missing the distance and battery. Then I saw your sample card and it’s exactly what I wanted. Thanks so much for sharing.

1 Like

I know this is a little off topic but for anyone that wants good weather display.

My Ventusky conditional cards that change the card layer shown, depending on the weather type from weather.home.
Radar - rainy, pouring, lightning-rainy, cloudy.
Wind Gusts - windy, windy-variant.
Temperature/Freezing Level - snow, snowy-rainy, hail.
Clouds/Fog - fog.
Satellite - exceptional, sunny, partly cloudy, clear-night.

Below is some examples, all below cards exist on one lovelace dashboard and will only display upon weather condition, device type or fire toggle helper being active.

SHOWS VENTUSKY ON SCREEN LARGER THAN PHONE

           - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 768px)'
              - condition: state
                entity: input_boolean.fire_toggle
                state: 'off'
              - condition: and
                conditions:
                  - condition: or
                    conditions:
                      - condition: state
                        entity: weather.home
                        state: rainy
                      - condition: state
                        entity: weather.home
                        state: pouring
                      - condition: state
                        entity: weather.home
                        state: lightning-rainy
                      - condition: state
                        entity: weather.home
                        state: cloudy
            card:
              type: iframe
              url: https://www.ventusky.com/?p=-41.00;146.48;7&l=radar&w=0DhtxSTyB
              aspect_ratio: 62%
          - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 768px)'
              - condition: state
                entity: input_boolean.fire_toggle
                state: 'off'
              - condition: and
                conditions:
                  - condition: or
                    conditions:
                      - condition: state
                        entity: weather.home
                        state: windy-variant
                      - condition: state
                        entity: weather.home
                        state: windy
            card:
              type: iframe
              url: https://www.ventusky.com/?p=-40.98;146.38;7&l=gust&w=0DhtxSTyB
              aspect_ratio: 62%
          - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 768px)'
              - condition: state
                entity: input_boolean.fire_toggle
                state: 'off'
              - condition: and
                conditions:
                  - condition: or
                    conditions:
                      - condition: state
                        entity: weather.home
                        state: snowy
                      - condition: state
                        entity: weather.home
                        state: snowy-rainy
                      - condition: state
                        entity: weather.home
                        state: hail
            card:
              type: iframe
              url: >-
                https://www.ventusky.com/?p=-41.59;146.33;6&l=freezing&t=20240228/1300&w=0DhtxSTyB
              aspect_ratio: 62%
          - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 768px)'
              - condition: state
                entity: input_boolean.fire_toggle
                state: 'off'
              - condition: and
                conditions:
                  - condition: or
                    conditions:
                      - condition: state
                        entity: weather.home
                        state: fog
            card:
              type: iframe
              url: >-
                https://www.ventusky.com/?p=-40.98;146.38;7&l=clouds-fog&w=0DhtxSTyB
              aspect_ratio: 62%
          - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 768px)'
              - condition: state
                entity: input_boolean.fire_toggle
                state: 'off'
              - condition: and
                conditions:
                  - condition: or
                    conditions:
                      - condition: state
                        entity: weather.home
                        state: exceptional
                      - condition: state
                        entity: weather.home
                        state: sunny
                      - condition: state
                        entity: weather.home
                        state: partlycloudy
                      - condition: state
                        entity: weather.home
                        state: clear-night
            card:
              type: iframe
              url: https://www.ventusky.com/?p=-41.58;146.73;6&l=satellite
              aspect_ratio: 62%

SHOWS VENTUSKY MOBILE VIEW ON PHONE

          - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 0px) and (max-width: 767px)'
            card:
              type: conditional
              conditions:
                - condition: or
                  conditions:
                    - condition: state
                      entity: weather.home
                      state: rainy
                    - condition: state
                      entity: weather.home
                      state: pouring
                    - condition: state
                      entity: weather.home
                      state: lightning-rainy
                    - condition: state
                      entity: weather.home
                      state: cloudy
              card:
                type: iframe
                url: >-
                  https://www.ventusky.com/?p=-41.00;146.48;7&l=radar&w=0DhtxSTyB
                aspect_ratio: '9:16'
          - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 0px) and (max-width: 767px)'
            card:
              type: conditional
              conditions:
                - condition: or
                  conditions:
                    - condition: state
                      entity: weather.home
                      state: windy-variant
                    - condition: state
                      entity: weather.home
                      state: windy
              card:
                type: iframe
                url: https://www.ventusky.com/?p=-40.98;146.38;7&l=gust&w=0DhtxSTyB
                aspect_ratio: '9:16'
          - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 0px) and (max-width: 767px)'
            card:
              type: conditional
              conditions:
                - condition: or
                  conditions:
                    - condition: state
                      entity: weather.home
                      state: snowy
                    - condition: state
                      entity: weather.home
                      state: snowy-rainy
                    - condition: state
                      entity: weather.home
                      state: hail
              card:
                type: iframe
                url: >-
                  https://www.ventusky.com/?p=-41.59;146.33;6&l=freezing&t=20240228/1300&w=0DhtxSTyB
                aspect_ratio: '9:16'
          - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 0px) and (max-width: 767px)'
            card:
              type: conditional
              conditions:
                - condition: or
                  conditions:
                    - condition: state
                      entity: weather.home
                      state: fog
              card:
                type: iframe
                url: >-
                  https://www.ventusky.com/?p=-40.98;146.38;7&l=clouds-fog&w=0DhtxSTyB
                aspect_ratio: '9:16'
          - type: conditional
            conditions:
              - condition: screen
                media_query: '(min-width: 0px) and (max-width: 767px)'
            card:
              type: conditional
              conditions:
                - condition: or
                  conditions:
                    - condition: state
                      entity: weather.home
                      state: exceptional
                    - condition: state
                      entity: weather.home
                      state: sunny
                    - condition: state
                      entity: weather.home
                      state: partlycloudy
                    - condition: state
                      entity: weather.home
                      state: clear-night
              card:
                type: iframe
                url: https://www.ventusky.com/?p=-41.58;146.73;6&l=satellite
                aspect_ratio: '9:16'

SHOWS DEA HOTSPOTS ON DEVICE LARGER THAN PHONE

I use DEA Hotspots for fire monitoring. With a Fire Toggle Helper to switch between Weather View and Fire View.

Zoomed in imagery from this site is fantastic.

          - type: conditional
            conditions:
              - condition: state
                entity: input_boolean.fire_toggle
                state: 'on'
              - condition: and
                conditions:
                  - condition: screen
                    media_query: '(min-width: 768px)'
            card:
              type: iframe
              url: >-
                https://hotspots.dea.ga.gov.au/restore/bd22f211-6d55-4592-854e-72763b63fa19
              aspect_ratio: 62%
2 Likes

hi,
it’s completely off topic, not just a little :wink:

that is a pity because your post holds a lot of valuable info.

My suggestion would be to move it to a dedicated post, or at least a thread concerned about weather cams.

it would make this indexable, and help others to find it, and also keep this topic clean as possible.

2 Likes

Hi I have another question about travel time.

Your yaml code works perfectly. But I would like to see if I can add one more “if” statement in addition to your current yaml code. I was hoping you can help me. I still want to keep {{states(rz)}} min to display travel time. But if I’m doing oversea business travel or many km (miles) away, it’s pointless to show travel time. Is it possible to add something like “In addition to display travel time, if travel time is more than 200 minutes, then display “Out-Of-Town” ”?

This should do it. It shows Out-of-town if over 200.


{% if (int(states(rz)) > 4) and (int(states(rz)) < 200) -%}
{{states(rz)}} min
{%- endif %}
{% if (int(states(rz)) > 200) -%}
Out-Of-Town
{%- endif %}


1 Like

Hi, I find the small version very interesting. What HACS addons do I need? The card is not displayed for me.

I know it’s maybe off topic, but Life360 integration is working again. Thanks to @pnbruckner (Phil).

Thank you again for your BIG help! Everything is working the way I wanted!!! So so so happy! Thanks!!

Unfortunately, I removed the Life360 integration when HA announced it’s not supported. How can I reinstall it?

Follow the link which I posted
Phil explained everything pretty clear

You link is linked to the very 1st post from Phil. Or I should click on “See these isntruction” to jump to post$ 1074 dated in Jun 2019?

Go to his GitHub page
Download last beta version and follow the instructions
Do everything step by step and you will have Life 360 working again
Or go to HACS and download beta version from there

In HACS, I can’t find Life360 as integration. Do I need to add custom repository?

Yes, custom repo. Let me know if you need the link.

Yes, please. :pray:t3:

2 Likes

Thanks for the custom repo.

I want to show next to my person how long this person is in the current zone. How can I do that? I tried to search for it, but can’t find anything useful.

You need custom:button-card