HI,
Thought id post some nice animated and still images based on the animated HA gif. Just for the fun of it
example:
homeassistant:
customize:
device_tracker.hassio:
templates:
entity_picture: >
return '/local/homeassistant/ha_animated_' + state + '.gif';
and the tiles code:
input_text.tiles_arrive_leave:
custom_ui_state_card: state-card-tiles
config:
columns: 4
color: '#555B65'
icon_size: 75px
entities:
- entity: script.opstart_direct
style_template: >
if (entities['input_select.arrive_leave'].state === 'Opstart') return 'background-size: contain; background-image: url(\"/local/homeassistant/ha_animated.gif\");background-color: #F0C209';
return 'background-size: contain;background-image: url(\"/local/homeassistant/ha_animated_not_home.gif\")';
works in Tiles:
and in cards:
Have a great weekend!
thx,
Marius