From 8a8c31a7dc710b82e13ba2aa5cd54996c3f9e867 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 17 Feb 2020 12:17:27 +0100 Subject: [PATCH] Extends textlint Terminology list; part 8 (#12108) --- .textlintrc.json | 4 ++++ source/_integrations/discovery.markdown | 4 ++-- source/_integrations/fritzbox_netmonitor.markdown | 2 +- source/_integrations/upnp.markdown | 2 +- source/_integrations/yamaha.markdown | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.textlintrc.json b/.textlintrc.json index a0b0f3a6127..d196f13a944 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -101,6 +101,7 @@ "ESPHome", "Essent", "Everspring", + "Fast.com", "FFmpeg", "Fibaro", "Flexit", @@ -164,6 +165,7 @@ "MacBook", "macOS", "Markdown", + "mDNS", "Microsoft", "MikroTik", "MIME", @@ -215,6 +217,7 @@ "Sonarr", "Sonos", "Sony", + "Speedtest.net", "Spotify", "SQL", "Squeezebox", @@ -248,6 +251,7 @@ "UI", "UniFi", "unRAID", + "UPnP", "UPS", "URL", "USB", diff --git a/source/_integrations/discovery.markdown b/source/_integrations/discovery.markdown index 4202627d79e..a553a27d934 100644 --- a/source/_integrations/discovery.markdown +++ b/source/_integrations/discovery.markdown @@ -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/) @@ -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 diff --git a/source/_integrations/fritzbox_netmonitor.markdown b/source/_integrations/fritzbox_netmonitor.markdown index ddbdc567269..0730c20afb5 100644 --- a/source/_integrations/fritzbox_netmonitor.markdown +++ b/source/_integrations/fritzbox_netmonitor.markdown @@ -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: diff --git a/source/_integrations/upnp.markdown b/source/_integrations/upnp.markdown index 902963751b1..3f1ad5e288d 100644 --- a/source/_integrations/upnp.markdown +++ b/source/_integrations/upnp.markdown @@ -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 diff --git a/source/_integrations/yamaha.markdown b/source/_integrations/yamaha.markdown index 94b55102177..beb992fb2ab 100644 --- a/source/_integrations/yamaha.markdown +++ b/source/_integrations/yamaha.markdown @@ -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".