I’ve had fair luck with it for crafting automations, no dashboards.
I’m trying to get the clock/weather to move around on the screen, but the only way it works is that the clock moves diagonally down to the right out of the picture and then nothing else happens. I have these settings for just this. info_animation_duration_x: 25
info_animation_duration_y: 15
info_animation_timing_function_x: ease-in-out
info_animation_timing_function_y: ease-in-out
info_move_pattern: corners
info_move_interval: 10
info_move_fade_duration: 2
info_update_interval: 30
I have a new dashboard with just a wall panel configuration. It is pointed to a samba share media source through home assistant. I have attempted to configure it to exclude any .heic files, but it still tries to load them occasionally and errors out. It is totally possible it’s a misconfiguration, as I’m new to wallpanel.
I’ve tried .heic$, \.heic$, .HEIC$, and \.HEIC$ to no effect. I’ve also tried it with the older image_excludes property.
Can anyone help? It shows an error and a black screen whenever it randomly chooses an heic file ![]()
views:
- title: Home
wallpanel:
enabled: true
hide_toolbar: false
hide_sidebar: true
fullscreen: false
idle_time: 3
image_url: media-source://media_source/local/MobilePhotos
display_time: 8
media_order: random
screensaver_entity: input_boolean.screensaver
media_list_update_interval: 3600
debug: false
exclude_filenames:
- \\.heic$
- \\.HEIC$
exclude_media_types:
- video
image_fit_landscape: contain
image_fit_portrait: contain