Hiya,
I have a variable called @residents
that contains a set of presence sensors. I want to connect an IFTTT recipe triggered by Google Assistant so I can say “Hey Google, activate guest key number 1” to add that key to the residents list.
Otherwise, spare keys that I have for guests will make webcore think that there is always someone at home :-).
This is what I have so far, but the logs show “Empty device list” for the value of $devices
and the name of my location for the value of $currentEventDevice
. I know I could do something like "Set variable @residents
to be Key 1
, but that would remove all the existing devices in the @residents
collection. How do I add one?