diff --git a/source/_integrations/frontend.markdown b/source/_integrations/frontend.markdown index 4d8eb946efe..a43e19a11a8 100644 --- a/source/_integrations/frontend.markdown +++ b/source/_integrations/frontend.markdown @@ -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: diff --git a/source/_integrations/google_assistant.markdown b/source/_integrations/google_assistant.markdown index f11d6fb73dc..449e53ef786 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -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` diff --git a/source/_integrations/rtsp_to_webrtc.markdown b/source/_integrations/rtsp_to_webrtc.markdown index 9789b9f05c2..97425e9f234 100644 --- a/source/_integrations/rtsp_to_webrtc.markdown +++ b/source/_integrations/rtsp_to_webrtc.markdown @@ -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.