mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Extends textlint Terminology list; part 8 (#12108)
This commit is contained in:
parent
06c801f542
commit
8a8c31a7dc
@ -101,6 +101,7 @@
|
|||||||
"ESPHome",
|
"ESPHome",
|
||||||
"Essent",
|
"Essent",
|
||||||
"Everspring",
|
"Everspring",
|
||||||
|
"Fast.com",
|
||||||
"FFmpeg",
|
"FFmpeg",
|
||||||
"Fibaro",
|
"Fibaro",
|
||||||
"Flexit",
|
"Flexit",
|
||||||
@ -164,6 +165,7 @@
|
|||||||
"MacBook",
|
"MacBook",
|
||||||
"macOS",
|
"macOS",
|
||||||
"Markdown",
|
"Markdown",
|
||||||
|
"mDNS",
|
||||||
"Microsoft",
|
"Microsoft",
|
||||||
"MikroTik",
|
"MikroTik",
|
||||||
"MIME",
|
"MIME",
|
||||||
@ -215,6 +217,7 @@
|
|||||||
"Sonarr",
|
"Sonarr",
|
||||||
"Sonos",
|
"Sonos",
|
||||||
"Sony",
|
"Sony",
|
||||||
|
"Speedtest.net",
|
||||||
"Spotify",
|
"Spotify",
|
||||||
"SQL",
|
"SQL",
|
||||||
"Squeezebox",
|
"Squeezebox",
|
||||||
@ -248,6 +251,7 @@
|
|||||||
"UI",
|
"UI",
|
||||||
"UniFi",
|
"UniFi",
|
||||||
"unRAID",
|
"unRAID",
|
||||||
|
"UPnP",
|
||||||
"UPS",
|
"UPS",
|
||||||
"URL",
|
"URL",
|
||||||
"USB",
|
"USB",
|
||||||
|
@ -8,7 +8,7 @@ ha_release: 0.7
|
|||||||
ha_quality_scale: internal
|
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/)
|
* [Apple TV](/integrations/apple_tv/)
|
||||||
* [Belkin WeMo switches](/integrations/wemo/)
|
* [Belkin WeMo switches](/integrations/wemo/)
|
||||||
@ -106,7 +106,7 @@ Valid values for enable are:
|
|||||||
|
|
||||||
### UPnP
|
### 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.
|
If running Home Assistant in a [Docker container](/docs/installation/docker/) use switch `--net=host` to put it on the host's network.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
@ -12,7 +12,7 @@ The `fritzbox_netmonitor` sensor monitors the network statistics exposed by [AVM
|
|||||||
|
|
||||||
## Configuration
|
## 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:
|
To use the FRITZ!Box network monitor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ port_mapping:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
sensors:
|
sensors:
|
||||||
description: If the integration should enable the UPNP sensors.
|
description: If the integration should enable the UPnP sensors.
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
@ -56,7 +56,7 @@ zone_names:
|
|||||||
### Discovery notes
|
### Discovery notes
|
||||||
|
|
||||||
- If the `discovery` integration is enabled, all units on the network
|
- 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
|
- For receivers that support more than one zone, Home Assistant will
|
||||||
add one media player per zone supported by the player, named "$name
|
add one media player per zone supported by the player, named "$name
|
||||||
Zone 2" and "$name Zone 3".
|
Zone 2" and "$name Zone 3".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user