Skip to content

Commit

Permalink
Extends textlint Terminology list; part 8 (home-assistant#12108)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 17, 2020
1 parent 06c801f commit 8a8c31a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .textlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"ESPHome",
"Essent",
"Everspring",
"Fast.com",
"FFmpeg",
"Fibaro",
"Flexit",
Expand Down Expand Up @@ -164,6 +165,7 @@
"MacBook",
"macOS",
"Markdown",
"mDNS",
"Microsoft",
"MikroTik",
"MIME",
Expand Down Expand Up @@ -215,6 +217,7 @@
"Sonarr",
"Sonos",
"Sony",
"Speedtest.net",
"Spotify",
"SQL",
"Squeezebox",
Expand Down Expand Up @@ -248,6 +251,7 @@
"UI",
"UniFi",
"unRAID",
"UPnP",
"UPS",
"URL",
"USB",
Expand Down
4 changes: 2 additions & 2 deletions source/_integrations/discovery.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ha_release: 0.7
ha_quality_scale: internal
---

Home Assistant can discover and automatically configure [zeroconf](https://en.wikipedia.org/wiki/Zero-configuration_networking)/[mDNS](https://en.wikipedia.org/wiki/Multicast_DNS) and [uPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) devices on your network. Currently the `discovery` integration can detect:
Home Assistant can discover and automatically configure [zeroconf](https://en.wikipedia.org/wiki/Zero-configuration_networking)/[mDNS](https://en.wikipedia.org/wiki/Multicast_DNS) and [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) devices on your network. Currently the `discovery` integration can detect:

* [Apple TV](/integrations/apple_tv/)
* [Belkin WeMo switches](/integrations/wemo/)
Expand Down Expand Up @@ -106,7 +106,7 @@ Valid values for enable are:

### UPnP

Home Assistant must be on the same network as the devices for uPnP discovery to work.
Home Assistant must be on the same network as the devices for UPnP discovery to work.
If running Home Assistant in a [Docker container](/docs/installation/docker/) use switch `--net=host` to put it on the host's network.

### Windows
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/fritzbox_netmonitor.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `fritzbox_netmonitor` sensor monitors the network statistics exposed by [AVM

## Configuration

For this integration to function properly, you need to have "uPnP Statusinformation transfer" activated on the AVM FRITZ!Box. Please make sure you have that enabled.
For this integration to function properly, you need to have "UPnP Statusinformation transfer" activated on the AVM FRITZ!Box. Please make sure you have that enabled.

To use the FRITZ!Box network monitor in your installation, add the following to your `configuration.yaml` file:

Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/upnp.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ port_mapping:
type: boolean
default: false
sensors:
description: If the integration should enable the UPNP sensors.
description: If the integration should enable the UPnP sensors.
required: false
type: boolean
default: true
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/yamaha.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ zone_names:
### Discovery notes

- If the `discovery` integration is enabled, all units on the network
will be discovered using UPNP.
will be discovered using UPnP.
- For receivers that support more than one zone, Home Assistant will
add one media player per zone supported by the player, named "$name
Zone 2" and "$name Zone 3".
Expand Down

0 comments on commit 8a8c31a

Please sign in to comment.