Refresh page button

Hello,

I would like to place a little refresh/reload page button in every page, but i can not find if it is possible.
I know about:

tap_action:
action: navigate
navigation_path

But not a “reload” command.

Is there any? or do i need to make a seperate navigation_path command on every page, and if so, does that realy reload the page when on the same page?

Hello,

Could you explain why you need a reload for the frontend ? Because it normally reloads itself when needed (new values/states…)

I have e menu on the left, but not always does it load correct (sometimes white bars etc) by refreshing the page (like an normal internet page) it solves the problems.
My parents do not know how to slide or refresh a page other than i could tell them to push a “reload button” :stuck_out_tongue:

Hi Ricks, did you solved this? What did you do? I’m looking for information about this but is not that simple to find an easy solution. Thanks!

I’m a bit late here lol

You can use browser mod : GitHub - thomasloven/hass-browser_mod: 🔹 A Home Assistant integration to turn your browser into a controllable entity - and also an audio player

show_name: true
show_icon: true
type: button
tap_action:
  action: call-service
  service: browser_mod.window_reload
  target: {}
  data: {}
icon: mdi:reload
name: Reload
hold_action:
  action: none
1 Like