itchannel / fordpass-ha

Fordpass integration for Home Assistant
313 stars 58 forks source link

Lock doors with automation? #131

Closed ksignorini closed 2 years ago

ksignorini commented 2 years ago

Is it possible to lock the doors with an automation? If so, how?

It was easy enough to get the ignition to work on a switch.turn_on service, but I have no idea how to do the locks.

Thanks.

itchannel commented 2 years ago

Yes just use the "lock.lock" and "lock.unlock" service such as below

service: lock.lock
target:
  entity_id: lock.fordpass_doorlock
itchannel commented 2 years ago

Closing this issue as comment above should help. Any further questions feel free to reopen.