Skip to content

Commit e7c9b22

Browse files
authored
Extends textlint Terminology list; part 7 (#12082)
1 parent e502218 commit e7c9b22

File tree

11 files changed

+65
-48
lines changed

11 files changed

+65
-48
lines changed

.textlintrc.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,14 @@
7777
"CalDAV",
7878
"CardDAV",
7979
"Cisco IOS",
80+
"CLI",
8081
"Daikin",
8182
"Danfoss",
8283
"Dark Sky",
8384
"Debian",
8485
"deCONZ",
86+
"Dialogflow",
87+
"DIY",
8588
"DNS",
8689
"Docker Hub",
8790
"Docker",
@@ -112,6 +115,7 @@
112115
"GraphiQL",
113116
"GraphQL",
114117
"Growatt",
118+
"HDMI",
115119
"Heatmiser",
116120
"Home Assistant Companion",
117121
"Home Assistant Core",
@@ -143,13 +147,18 @@
143147
"Kafka",
144148
"KEF",
145149
"KNX",
150+
"Kodi",
146151
"LaCrosse",
147152
"LED",
148153
"Let's Encrypt",
149154
"Life360",
150155
"LinkedIn",
151156
"Linky",
152157
"Linux",
158+
"LMS",
159+
"Logitech Harmony",
160+
"Logitech Media Server",
161+
"Logitech",
153162
"Lovelace",
154163
"LTE",
155164
"MacBook",
@@ -169,6 +178,8 @@
169178
"Norway",
170179
"NuHeat",
171180
"NZBGet",
181+
"ODRIOD-N2",
182+
"ODROID",
172183
"OpenTherm",
173184
"OpenWrt",
174185
"PayPal",
@@ -206,6 +217,7 @@
206217
"Sony",
207218
"Spotify",
208219
"SQL",
220+
"Squeezebox",
209221
"SSID",
210222
"SSL",
211223
"StarLine",
@@ -238,6 +250,7 @@
238250
"unRAID",
239251
"UPS",
240252
"URL",
253+
"USB",
241254
"Velbus",
242255
"Velux",
243256
"Venstar",
@@ -273,6 +286,8 @@
273286
[" HA ", "Home Assistant"],
274287
["\\(s\\)he", "they"],
275288
["2 ?steps? authentication", "two-step authentication"],
289+
["addon", "add-on"],
290+
["addons", "add-ons"],
276291
["Alarm ?dot ?com", "Alarm.com"],
277292
["an URL", "a URL"],
278293
["analyse", "analyze"],
@@ -287,13 +302,15 @@
287302
["end ?to ?end", "end-to-end"],
288303
["FRITZ!? ?Box", "FRITZ!Box"],
289304
["grey", "gray"],
290-
["Hass\\.?io", "Home Assistant"],
291305
["hass", "Home Assistant"],
306+
["Hass\\.?io", "Home Assistant"],
292307
["HassOS", "Home Assistant Operating System"],
293308
["he or she", "they"],
294309
["he/she", "they"],
295310
["Home-?Ass?s?iss?tt?ant", "Home Assistant"],
311+
["IFF?TTT?T?", "IFTTT"],
296312
["ISY ?994", "ISY994"],
313+
["JSONRPC", "JSON-RPC"],
297314
["licence", "license"],
298315
["licences", "licenses"],
299316
["Mac ?OS", "macOS"],

source/_docs/installation/armbian.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Installation on a Armbian system"
33
description: "Instructions to install Home Assistant on an Armbian-powered systems."
44
---
55

6-
[armbian](https://www.armbian.com) runs on a wide-variety of [ARM development boards](https://www.armbian.com/download/). Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid.
6+
[armbian](https://www.armbian.com) runs on a wide-variety of [ARM development boards](https://www.armbian.com/download/). Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and ODROID.
77

88
Setup Python and `pip`:
99

source/_docs/locked_out.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ While you should hopefully be storing your passwords in a password manager, if y
3030

3131
## Recovering Data for Home Assistant (including Supervised)
3232

33-
Unless your SD card/data is corrupted, you can still get to your files or troubleshoot further.
33+
Unless your SD card/data is corrupted, you can still get to your files or troubleshoot further.
3434
There are a few routes:
3535

3636
- Connect a USB keyboard and HDMI monitor directly to the Raspberry Pi.
@@ -43,10 +43,10 @@ If you’re using a Raspberry Pi, you're likely going to have to pull the power
4343
Once you're connected, you'll see a running dmesg log. Hit the enter key to interrupt the log.
4444
Sign in as "root". There is no password.
4545

46-
You will then be at the Home Assistant CLI, where you can run the custom commands. These are the same as you would run using the SSH addon but without using `ha` in front of it. For example:
46+
You will then be at the Home Assistant CLI, where you can run the custom commands. These are the same as you would run using the SSH add-on but without using `ha` in front of it. For example:
4747

4848
- `core logs` for Home Assistant Core log
49-
- `supervisor logs` for supervisor logs
49+
- `supervisor logs` for supervisor logs
5050
- `host reboot` to reboot the host
5151
- `dns logs` for checking DNS
5252
- etc (typing `help` will show more)
@@ -60,5 +60,5 @@ These are easily accessed using another Linux machine with EXT support.
6060

6161
For Windows or macOS you will need third party software. Below are some options.
6262

63-
- Windows: https://www.diskinternals.com/linux-reader/ (read-only access to the SD)
64-
- Mac: https://osxfuse.github.io/
63+
- Windows: <https://www.diskinternals.com/linux-reader/> (read-only access to the SD)
64+
- Mac: <https://osxfuse.github.io/>

source/_docs/mqtt/broker.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The MQTT integration needs you to run an MQTT broker for Home Assistant to conne
1010

1111
This is the most private option, is running your own MQTT broker.
1212

13-
The recommended setup method is to use the [Mosquitto MQTT broker addon](/addons/mosquitto).
13+
The recommended setup method is to use the [Mosquitto MQTT broker add-on](/addons/mosquitto).
1414

1515
## Configuration
1616

source/_integrations/androidtv.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Prior to Home Assistant 0.101, this approach did not work well for newer devices
180180

181181
The second option is to use an ADB server to connect to your Android TV and Fire TV devices.
182182

183-
For Home Assistant users, you can install the [Android Debug Bridge](https://github.com/hassio-addons/addon-adb/blob/master/README.md) addon. Using this approach, Home Assistant will send the ADB commands to the server, which will then send them to the Android TV / Fire TV device and report back to Home Assistant. To use this option, add the `adb_server_ip` option to your configuration. If you are running the server on the same machine as Home Assistant, you can use `127.0.0.1` for this value.
183+
For Home Assistant users, you can install the [Android Debug Bridge](https://github.com/hassio-addons/addon-adb/blob/master/README.md) add-on. Using this approach, Home Assistant will send the ADB commands to the server, which will then send them to the Android TV / Fire TV device and report back to Home Assistant. To use this option, add the `adb_server_ip` option to your configuration. If you are running the server on the same machine as Home Assistant, you can use `127.0.0.1` for this value.
184184

185185
## ADB Troubleshooting
186186

source/_integrations/dialogflow.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ha_config_flow: true
1010

1111
The `dialogflow` integration is designed to be used with the [webhook](https://dialogflow.com/docs/fulfillment#webhook) integration of [Dialogflow](https://dialogflow.com/). When a conversation ends with a user, Dialogflow sends an action and parameters to the webhook.
1212

13-
To be able to receive messages from DialogFlow, your Home Assistant instance needs to be accessible from the web and you need to have the `base_url` configured for the HTTP integration ([docs](/integrations/http/#base_url)). Dialogflow will return fallback answers if your server does not answer or takes too long (more than 5 seconds).
13+
To be able to receive messages from Dialogflow, your Home Assistant instance needs to be accessible from the web and you need to have the `base_url` configured for the HTTP integration ([docs](/integrations/http/#base_url)). Dialogflow will return fallback answers if your server does not answer or takes too long (more than 5 seconds).
1414

1515
Dialogflow could be [integrated](https://dialogflow.com/docs/integrations/) with many popular messaging, virtual assistant and IoT platforms.
1616

source/_integrations/discovery.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Home Assistant can discover and automatically configure [zeroconf](https://en.wi
2121
* [Frontier Silicon internet radios](/integrations/frontier_silicon)
2222
* [Linn / Openhome](/integrations/openhome)
2323
* [Logitech Harmony Hub](/integrations/harmony)
24-
* [Logitech media server (Squeezebox)](/integrations/squeezebox)
24+
* [Logitech Media Server (Squeezebox)](/integrations/squeezebox)
2525
* [NETGEAR routers](/integrations/netgear)
2626
* [Panasonic Viera](/integrations/panasonic_viera)
2727
* [Philips Hue](/integrations/hue)
@@ -80,7 +80,7 @@ Valid values for ignore are:
8080
* `frontier_silicon`: Frontier Silicon internet radios
8181
* `harmony`: Logitech Harmony Hub
8282
* `igd`: Internet Gateway Device
83-
* `logitech_mediaserver`: Logitech media server (Squeezebox)
83+
* `logitech_mediaserver`: Logitech Media Server (Squeezebox)
8484
* `netgear_router`: NETGEAR routers
8585
* `octoprint`: Octoprint
8686
* `openhome`: Linn / Openhome

source/_integrations/kodi.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,17 @@ Add music to the default playlist (i.e. playlistid=0).
9999

100100
#### Service `kodi.call_method`
101101

102-
Call a [Kodi JSONRPC API](https://kodi.wiki/?title=JSON-RPC_API) method with optional parameters. Results of the Kodi API call will be redirected in a Home Assistant event: `kodi_call_method_result`.
102+
Call a [Kodi JSON-RPC API](https://kodi.wiki/?title=JSON-RPC_API) method with optional parameters. Results of the Kodi API call will be redirected in a Home Assistant event: `kodi_call_method_result`.
103103

104104
| Service data attribute | Optional | Description |
105105
| ---------------------- | -------- | ----------- |
106106
| `entity_id` | no | Name(s) of the Kodi entities where to run the API method. |
107-
| `method` | yes | Name of the Kodi JSONRPC API method to be called. |
107+
| `method` | yes | Name of the Kodi JSON-RPC API method to be called. |
108108
| any other parameter | no | Optional parameters for the Kodi API call. |
109109

110110
### Event triggering
111111

112-
When calling the `kodi.call_method` service, if the Kodi JSONRPC API returns data, when received by Home Assistant it will fire a `kodi_call_method_result` event on the event bus with the following `event_data`:
112+
When calling the `kodi.call_method` service, if the Kodi JSON-RPC API returns data, when received by Home Assistant it will fire a `kodi_call_method_result` event on the event bus with the following `event_data`:
113113

114114
```yaml
115115
entity_id: "<Kodi media_player entity_id>"
@@ -237,7 +237,7 @@ media_player:
237237

238238
<div class='note'>
239239

240-
This example and the following requires to have the [script.json-cec](https://github.com/joshjowen/script.json-cec) plugin installed on your kodi player. It'll also expose the endpoints standby, toggle and activate without authentication on your kodi player. Use this with caution.
240+
This example and the following requires to have the [script.json-cec](https://github.com/joshjowen/script.json-cec) plugin installed on your Kodi player. It'll also expose the endpoints standby, toggle and activate without authentication on your Kodi player. Use this with caution.
241241

242242
</div>
243243

@@ -340,7 +340,7 @@ port:
340340
default: 8080
341341
type: integer
342342
proxy_ssl:
343-
description: Connect to kodi with HTTPS. Useful if Kodi is behind an SSL proxy.
343+
description: Connect to Kodi with HTTPS. Useful if Kodi is behind an SSL proxy.
344344
required: false
345345
default: "`false`"
346346
type: boolean

source/_integrations/onkyo.markdown

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -55,32 +55,32 @@ sources:
5555

5656
List of source names:
5757

58-
- video1
59-
- video2
60-
- video3
61-
- video4
62-
- video5
63-
- video6
64-
- video7
65-
- dvd
66-
- bd-dvd
67-
- tape1
68-
- tv-tape
69-
- tape2
70-
- phono
71-
- cd
72-
- tv-cd
73-
- fm
74-
- am
75-
- tuner
76-
- dlna
77-
- internet-radio
78-
- usb
79-
- network
80-
- universal-port
81-
- multi-ch
82-
- xm
83-
- sirius
58+
- `video1`
59+
- `video2`
60+
- `video3`
61+
- `video4`
62+
- `video5`
63+
- `video6`
64+
- `video7`
65+
- `dvd`
66+
- `bd-dvd`
67+
- `tape1`
68+
- `tv-tape`
69+
- `tape2`
70+
- `phono`
71+
- `cd`
72+
- `tv-cd`
73+
- `fm`
74+
- `am`
75+
- `tuner`
76+
- `dlna`
77+
- `internet-radio`
78+
- `usb`
79+
- `network`
80+
- `universal-port`
81+
- `multi-ch`
82+
- `xm`
83+
- `sirius`
8484

8585
If your source is not listed above, and you want to figure out how to format that source name so you can map its entry, you can use the `onkyo-eiscp` Python module to discover the exact naming needed. First, change your receiver's source to the one that you need to define, and then run:
8686

source/_integrations/squeezebox.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ transporter_toslink:
6060
6161
### Service `call_method`
6262

63-
Call a custom Squeezebox JSONRPC API.
63+
Call a custom Squeezebox JSON-RPC API.
6464

6565
See documentation for this interface on `http://HOST:PORT/html/docs/cli-api.html?player=` where HOST and PORT are the host name and port for your Logitech Media Server.
6666

@@ -72,10 +72,10 @@ See documentation for this interface on `http://HOST:PORT/html/docs/cli-api.html
7272

7373
This service can be used to integrate any Squeezebox action to an automation.
7474

75-
It can also be used to target a Squeezebox from IFTT (or DialogFlow, Alexa...).
75+
It can also be used to target a Squeezebox from IFTTT (or Dialogflow, Alexa...).
7676

77-
For example, to play an album from your collection, create an IFTT applet like this:
77+
For example, to play an album from your collection, create an IFTTT applet like this:
7878
- Trigger: Google assistant, with sentence: `I want to listen to album $`
7979
- Action: JSON post query with such JSON body:
8080
`{ "entity_id": "media_player.squeezebox_radio", "command": "playlist", "parameters": ["loadtracks", "album.titlesearch={{TextField}}"] }`
81-
This can work with title search and basically any thing. The same wouldn't have worked by calling directly Squeezebox server as IFTT cannot escape the text field.
81+
This can work with title search and basically any thing. The same wouldn't have worked by calling directly Squeezebox server as IFTTT cannot escape the text field.

0 commit comments

Comments
 (0)