Extends textlint Terminology list; part 8 (#12108)

This commit is contained in:
Franck Nijhof 2020-02-17 12:17:27 +01:00 committed by GitHub
parent 06c801f542
commit 8a8c31a7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 5 deletions

View File

@ -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",

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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".