mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +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.
|
||||
Be patient this will take a while.
|
||||
|
||||
```bash
|
||||
pip3 install lxml
|
||||
```
|
||||
@ -48,7 +49,7 @@ name:
|
||||
default: Phone
|
||||
type: string
|
||||
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
|
||||
default: 169.254.1.1
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user