mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
System Bridge - Keyboard Services Docs (#20185)
This commit is contained in:
parent
36ff61c6ba
commit
d2f8a8c283
@ -132,3 +132,25 @@ data:
|
|||||||
bridge: "device"
|
bridge: "device"
|
||||||
path: "steam://rungameid/814380"
|
path: "steam://rungameid/814380"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Service `system_bridge.send_keypress`
|
||||||
|
|
||||||
|
Send a keypress to the server.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
service: system_bridge.send_keypress
|
||||||
|
data:
|
||||||
|
bridge: "device"
|
||||||
|
key: "a"
|
||||||
|
```
|
||||||
|
|
||||||
|
### Service `system_bridge.send_text`
|
||||||
|
|
||||||
|
Sends text for the server to type.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
service: system_bridge.send_text
|
||||||
|
data:
|
||||||
|
bridge: "device"
|
||||||
|
text: "Hello"
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user