Where are these scenes coming from?

Hi,

I’ve created an “I’m Home” scene which shows up in the iOS Home app, and I’m able to trigger it manually (it shows up as a switch), but not via Siri. I believe this is happening because there are other scenes with similar names, but I can’t determine where they are coming from. They don’t appear in any configuration file, I don’t see them in any of the platforms I’ve connected to Home Assistant, and hiding them appears to have no effect. These are the scenes:

  • scene.arriving
  • scene.arriving_home
  • scene.departing
  • scene.leaving_home

When I say “Hey Siri, I’m home” it responds affirmatively but nothing happens, even when I hide all of the above 4 scenes from homeassistant (hidden: true, homebridge_hidden:true, also appears in the exclude_entities list). I believe homekit is trying to trigger some in-built scene rather than the one I have defined.

Any ideas?

Thanks

bump

Any ideas?

You got a smart thermostat?

I was able to debug the issue by removing all my devices and re-adding them one at a time. The culprit was the lutron_caseta_pro component, which has 4 devices in it’s integration report that get picked up as scenes. The odd thing is that there are no scenes defined in the Lutron app. I deleted them from the json file and the problem was resolved.