mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
fritzbox_callmonitor build dependencies (#5825)
* various dependencies are needed to build the package * Minor changes
This commit is contained in:
parent
986f865c0f
commit
46c2d64ef0
@ -17,10 +17,22 @@ ha_iot_class: "Local Polling"
|
|||||||
The `fritzbox_callmonitor` sensor monitors the call monitor exposed by [AVM Fritz!Box](http://avm.de/produkte/fritzbox/) routers on TCP port 1012. It will assume the values `idle`, `ringing`, `dialing` or `talking` with the phone numbers involved contained in the state attributes.
|
The `fritzbox_callmonitor` sensor monitors the call monitor exposed by [AVM Fritz!Box](http://avm.de/produkte/fritzbox/) routers on TCP port 1012. It will assume the values `idle`, `ringing`, `dialing` or `talking` with the phone numbers involved contained in the state attributes.
|
||||||
It can also access the internal phone book of the router to look up the names corresponding to the phone numbers and store them in the state attributes.
|
It can also access the internal phone book of the router to look up the names corresponding to the phone numbers and store them in the state attributes.
|
||||||
|
|
||||||
## {% linkable_title Configuration %}
|
## {% linkable_title Prerequisites %}
|
||||||
|
|
||||||
|
To build the package you have to install some dependencies first.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo apt-get update
|
||||||
|
$ sudo apt-get install libxml2-dev libxslt-dev \
|
||||||
|
python3-setuptools zlib1g-dev build-essential
|
||||||
|
```
|
||||||
|
|
||||||
|
## {% linkable_title Setup%}
|
||||||
|
|
||||||
To activate the call monitor on your Fritz!Box, dial #96\*5\* from any phone connected to it.
|
To activate the call monitor on your Fritz!Box, dial #96\*5\* from any phone connected to it.
|
||||||
|
|
||||||
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To use the Fritz!Box call monitor in your installation, add the following to your `configuration.yaml` file:
|
To use the Fritz!Box call monitor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user