Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versions above 4.36.1 are broken? #371

Open
saltolenin opened this issue Feb 22, 2025 · 3 comments
Open

Versions above 4.36.1 are broken? #371

saltolenin opened this issue Feb 22, 2025 · 3 comments

Comments

@saltolenin
Copy link

Tried all of newest versions, sometimes toolbar is hidden, sometimes not. When I navigate thru dashboard pages, some pages are with toolbar, some not. When just opening HA, toolbar is visible, after returning from screensaver, it's hidden, but when navigate to different page, toolbar is again visible, but not for all pages. Sidebar it hides and screensaver also working fine, only toolbar not working properly.

Last working version is 4.36.1. Checked webviev versions, got 132 and 133. Tried also 134 and 135, no changes

No related errors in log files as well.

@j-a-n
Copy link
Owner

j-a-n commented Feb 22, 2025

Please share your wallpanel config.

@saltolenin
Copy link
Author

saltolenin commented Feb 22, 2025

Nothing is changed. With v 4.36.1 works fine

wallpanel:
  enabled: true
  hide_toolbar: true
  hide_sidebar: true
  fullscreen: false
  idle_time: 60
  keep_screen_on_time: 864000
  black_screen_after_time: 72000
  control_reactivation_time: 1
  screensaver_stop_navigation_path: /lovelace/default_view
  image_url: http://picsum.photos/${width}/${height}?random=${timestamp}
  image_fit: cover
  image_list_update_interval: 36000
  image_order: sorted
  image_excludes: []
  image_animation_ken_burns: true
  show_image_info: false
  fetch_address_data: true
  image_info_template: >-
    ${address.town|address.city!prefix=!suffix= //
    }${DateTimeOriginal!options=year:numeric,month:long}
  screensaver_entity: input_boolean.wallpanel_screensaver
  info_animation_duration_x: 30
  info_animation_duration_y: 11
  info_animation_timing_function_x: ease-in-out
  info_animation_timing_function_y: ease-in-out
  info_move_pattern: random
  info_move_interval: 0
  info_move_fade_duration: 2
  card_interaction: false
  cards:
    - show_current: true
      show_forecast: false
      type: weather-forecast
      entity: sensor.living_room_valve_current_temperature_2
      name: Home
      forecast_type: daily
    - type: custom:clock-weather-card
      entity: weather.forecast_my_smart_home_home
      name: 5 Hawkins Drive
widget_dimensions:
  - 116
  - 88
widget_margins:
  - 10
  - 10
columns: 8

@thomaszlow
Copy link

thomaszlow commented Feb 23, 2025

I can confirm this issue. Installed 4.41 from scratch and only the screen saver worked in Chrome and Firefox.
Settings like hide_sidebar: true or hide_toolbar: true didn't work.
Then I found this issue here, downgraded to 4.36.1 and it works.

My simple config:

wallpanel:
  enabled: false
  profiles:
    device.macfirefoxdevelopment:
      enabled: true
      idle_time: 3
      hide_sidebar: true
      hide_toolbar: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants