Hi,
In the new beta google home can find the lock for the front door but google cannot lock the front door because it needs to enter the lock code on the Verisure frontend to lock the door.
I can say “hey google, lock front door” and google confirms this but nothing happens because the code needs to be entered in home assistant and google can not pass the code.
I can have the code in an action lite this:
action:
- data:
code: 12134
entity_id: lock.entre
service: lock.lock
And when I manually call the action the door locks.
But How can I get google to lock the door?
Is it possible to check if the service is called lock.lock by google and then pass the code in an automation?
Any ideas how to fix this?