This script will reload the entire Whisker integration. not just individual Litter robots. Which does not always work. This script automates reloading the integration the same way as going to settings → devices & services → whisker, And clicking the 3 dots and clicking reload. The script does this exact action, but now you can do it from a button on the dash board. As you can create a button on whatever tab you choose on the overview dashboard and call the script.
“script below”
reload_whisker_service:
sequence:
- action: homeassistant.reload_config_entry
target:
entity_id: script.reload_whisker_service
data:
entry_id: “Insert 26 digit string here w/o quotes”
alias: Reload Whisker Service
description: Reload Whisker Service
icon: mdi:cat
“Instructions on github Link below”