System Bridge - Data from WebSocket - Docs Update (#18603)

This commit is contained in:
Aidan Timson 2021-08-03 09:23:19 +01:00 committed by GitHub
parent e5825e5efc
commit bda554171e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ ha_category:
- Sensor
- System Monitor
ha_release: 2021.6
ha_iot_class: Local Polling
ha_iot_class: Local Push
ha_config_flow: true
ha_codeowners:
- '@timmo001'
@ -80,7 +80,7 @@ Open a URL or file on the server using the default application.
service: system_bridge.open
data:
bridge: "device"
path: "C:\image.jpg"
path: "C:\\image.jpg"
```
```yaml