mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 18:18:58 +00:00
1.4 KiB
1.4 KiB
title, description, ha_category, ha_iot_class, ha_codeowners, ha_release, ha_domain
title | description | ha_category | ha_iot_class | ha_codeowners | ha_release | ha_domain | ||
---|---|---|---|---|---|---|---|---|
Salt Fiber Box | Instructions on how to integrate Salt Fiber Box router into Home Assistant. |
|
Local Polling |
|
0.106 | salt |
The salt
platform offers presence detection by looking at connected devices to a Salt Fiber Box router from Salt, which is an internet provider in Switzerland.
The router only allows one user session at a time. If you log into the router's web interface, the platform will stop updating until you log out.
Configuration
To use a Salt Fiber Box router in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
device_tracker:
- platform: salt
host: 192.168.1.1
username: admin
password: YOUR_PASSWORD
{% configuration %}
host:
description: The IP address of your router, e.g. 192.168.1.1
.
required: true
type: string
username:
description: The username used to log into the router's web interface, e.g. admin
.
required: true
type: string
password:
description: The password used to log into the router's web interface.
required: true
type: string
{% endconfiguration %}
See the device tracker integration page for instructions how to configure the people to be tracked.