What defines the text that Homekit uses to control devices

In my customize.yaml, I have

script.temporarily_disable_pihole:
  friendly_name: shut your pie hole

And in my homekit.yaml

  filter:
   exclude_domains:
    - alarm_control_panel
    - switch
   include_entities:
    - cover.garage_door_opener
    - script.temporarily_disable_pihole

And indeed, in my iOS Home App I see “shut your pie hole” listed as a switch. However recently I was able to tell Siri “shut your pie hole” and the script would run. Now when I say that, it tells me (incorrectly mind you) the status of my garage door. The Home App shows continually the garage as “closing” and Siri tells me verbally it is open. Now if I say “turn on shut your pie hole, the correct script runs.

I suspect that the “the garage is closing” notice I see in the Home App is part of the problem, but I have no idea on how to reset that, much less see what Homekit devices have been called in the log.