Typo: deviced -> device's

This commit is contained in:
rlowens 2021-04-12 20:54:11 -06:00 committed by Thomas Lovén
parent 6b47dc0e52
commit 387e8d7c28

View File

@ -381,7 +381,7 @@ service: <service>
service_data:
<service_data>
```
This works exactly like a `call_service` tap_action, but if `service_data` contains the parameter `deviceID` and that contains the word `this`, that will be replaced with the current deviced deviceID.
This works exactly like a `call_service` tap_action, but if `service_data` contains the parameter `deviceID` and that contains the word `this`, that will be replaced with the current device's deviceID.
This may be useful for e.g. calling scripts if you want to know from where it was triggered.