Exit or reboot option in android application

Im using small 4 inch sonoff touch screens (nspanel pro) around my house and when ever there is an interface update they show txt instead of graphs etc. I need to reboot them. I have to do this via ADB from a remote PC as have to hide all of the android navigation bars to get a decent sized screen. In the menu under settings if there could be an exit home assistant option or reboot that would be great.

make a glance card with button calling the corresponding service and you have a nice small button for it…

example from my setup:

  - type: horizontal-stack
    cards:
      - type: entity
        entity: binary_sensor.fritz_box_7590_ax_connection
        name: Internet
        state_color: true
      - type: glance
        show_header_toggle: false
        show_state: false
        entities:
          - entity: zone.home
            icon: mdi:alert
            name: Server restart
            tap_action:
              action: call-service
              service: hassio.host_reboot

OP wants to reboot/restart the tablet/companion, not HA.

ok, was reading too fast, I guess :wink: