mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Allow hostname resolver for fritzbox (#11196)
* Allow hostname resolver for fritzbox Update the documentation, to mention that using hostnames is also allowed, in addition to using IP addresses for the Fritzbox. * Update name
This commit is contained in:
parent
f84c7954dd
commit
f853ff1702
@ -23,6 +23,7 @@ $ sudo apt-get install libxml2-dev libxslt-dev \
|
|||||||
|
|
||||||
If you installed Home Assistant in a virtualenv, also run the following command inside it.
|
If you installed Home Assistant in a virtualenv, also run the following command inside it.
|
||||||
Be patient this will take a while.
|
Be patient this will take a while.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install lxml
|
pip3 install lxml
|
||||||
```
|
```
|
||||||
@ -48,7 +49,7 @@ name:
|
|||||||
default: Phone
|
default: Phone
|
||||||
type: string
|
type: string
|
||||||
host:
|
host:
|
||||||
description: The IP address of your router, e.g., 192.168.1.1. It is optional since every fritzbox is also reachable by using the IP address 169.254.1.1.
|
description: The IP address of your router, e.g., 192.168.1.1. It is optional since every FRITZ!Box is also reachable by using the IP address 169.254.1.1. If you have a local DNS server and have assigned a hostname to your FRITZ!Box, you can also use that here instead of the IP address.
|
||||||
required: false
|
required: false
|
||||||
default: 169.254.1.1
|
default: 169.254.1.1
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user