OK, just started with hass.io on an RPi3 and am using lovelace as well so be gentle.
I have three devices that show their state as away or home just fine. In the known_devices.yaml file I was also able to add a custom picture that shows, but is smaller than I’d like. (the pictures are larger than they are displayed) The lovelace entry is,
type: entity-filter
entities:
- device_tracker.mike5s
- device_tracker.jensnote3
- device_tracker.kilbynote8
state_filter:
- home
card:
type: glance
title: Who is Home?
show_state: false
show_name: false
Is there a way to set the size of the displayed png as well?