Few changes from javascript to JavaScript (#24884)

* change javascript to JavaScript

* change javascript to JavaScript

* Change Javascript to JavaScript
This commit is contained in:
Mark Breen 2022-11-10 16:33:07 +00:00 committed by GitHub
parent ccdf8ebd55
commit 45eef213f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -34,11 +34,11 @@ frontend:
required: true
type: [list, string]
extra_module_url:
description: "List of additional javascript modules to load in `latest` javascript mode."
description: "List of additional JavaScript modules to load in `latest` JavaScript mode."
required: false
type: list
extra_js_url_es5:
description: "List of additional javascript code to load in `es5` javascript mode."
description: "List of additional JavaScript code to load in `es5` JavaScript mode."
required: false
type: list
development_repo:

View File

@ -134,7 +134,7 @@ For secure remote access, use a reverse proxy such as the {% my supervisor_addon
1. Open the project you created in the [Actions on Google console](https://console.actions.google.com/).
2. Click `Develop` on the top of the page, then click `Actions` located in the hamburger menu on the top left.
3. Upload `app.js` from [here](https://github.com/NabuCasa/home-assistant-google-assistant-local-sdk/releases/latest) for both Node and Chrome by clicking the `Upload Javascript files` button.
3. Upload `app.js` from [here](https://github.com/NabuCasa/home-assistant-google-assistant-local-sdk/releases/latest) for both Node and Chrome by clicking the `Upload JavaScript files` button.
4. Add device scan configuration:
1. Click `+ New scan config` if no configuration exists
2. Select `MDNS`

View File

@ -30,7 +30,7 @@ RTSPtoWebRTC registers with the camera integration to override the camera attrib
See [WebRTC](https://webrtc.org/) for more technical details on the open standard for real-time communication. Here is a short summary of how it works:
- The Home Assistant Frontend is a WebRTC client. This just means there is some javascript for initiating a WebRTC stream which creates an *offer*.
- The Home Assistant Frontend is a WebRTC client. This just means there is some JavaScript for initiating a WebRTC stream which creates an *offer*.
- The `webrtc` integration is responsible for *signaling*, passing the *offer* and an RTSP URL to the *RTSPtoWebRTC* server.
- The *RTSPtoWeb{RTC}* server opens the RTSP URL, and returns back an *answer*.
- The Frontend accepts the answer and then establishes a *peer connection* to the *RTSPtoWebRTC* server.