mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Remove salt integration for webscraping (#15702)
This commit is contained in:
parent
a4ebce297b
commit
894f81521c
@ -357,7 +357,6 @@ source/_integrations/rpi_power.markdown @shenxn @swetoast
|
|||||||
source/_integrations/ruckus_unleashed.markdown @gabe565
|
source/_integrations/ruckus_unleashed.markdown @gabe565
|
||||||
source/_integrations/safe_mode.markdown @home-assistant/core
|
source/_integrations/safe_mode.markdown @home-assistant/core
|
||||||
source/_integrations/saj.markdown @fredericvl
|
source/_integrations/saj.markdown @fredericvl
|
||||||
source/_integrations/salt.markdown @bjornorri
|
|
||||||
source/_integrations/samsungtv.markdown @escoand
|
source/_integrations/samsungtv.markdown @escoand
|
||||||
source/_integrations/scene.markdown @home-assistant/core
|
source/_integrations/scene.markdown @home-assistant/core
|
||||||
source/_integrations/schluter.markdown @prairieapps
|
source/_integrations/schluter.markdown @prairieapps
|
||||||
|
@ -1,47 +0,0 @@
|
|||||||
---
|
|
||||||
title: Salt Fiber Box
|
|
||||||
description: Instructions on how to integrate Salt Fiber Box router into Home Assistant.
|
|
||||||
ha_category:
|
|
||||||
- Presence Detection
|
|
||||||
ha_iot_class: Local Polling
|
|
||||||
ha_codeowners:
|
|
||||||
- '@bjornorri'
|
|
||||||
ha_release: 0.106
|
|
||||||
ha_domain: salt
|
|
||||||
---
|
|
||||||
|
|
||||||
The `salt` platform offers presence detection by looking at connected devices to a [Salt Fiber Box](https://fiber.salt.ch/en/fiber/equipment/fiber-box) router from [Salt](https://www.salt.ch), which is an internet provider in Switzerland.
|
|
||||||
|
|
||||||
<div class='note'>
|
|
||||||
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.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
To use a Salt Fiber Box router in your installation, add the following to your `configuration.yaml` file:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# 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](/integrations/device_tracker/) for instructions how to configure the people to be tracked.
|
|
@ -121,7 +121,7 @@ We have made some changes to Lovelace that might impact your custom card, so be
|
|||||||
|
|
||||||
## New Integrations
|
## New Integrations
|
||||||
|
|
||||||
- Add Salt Fiber Box device tracker ([@bjornorri] - [#30986]) ([salt docs]) (new-integration)
|
- Add Salt Fiber Box device tracker ([@bjornorri] - [#30986]) (new-integration)
|
||||||
- Add GDACS feed integration ([@exxamalte] - [#31235]) ([gdacs docs]) (new-integration)
|
- Add GDACS feed integration ([@exxamalte] - [#31235]) ([gdacs docs]) (new-integration)
|
||||||
- Add Minecraft Server Integration ([@elmurato] - [#30992]) ([minecraft_server docs]) (new-integration)
|
- Add Minecraft Server Integration ([@elmurato] - [#30992]) ([minecraft_server docs]) (new-integration)
|
||||||
- Add MELCloud integration ([@vilppuvuorinen] - [#30712]) ([melcloud docs]) (new-integration)
|
- Add MELCloud integration ([@vilppuvuorinen] - [#30712]) ([melcloud docs]) (new-integration)
|
||||||
@ -487,7 +487,7 @@ Added a Coronavirus integration to help monitor the ongoing epidemic. [More info
|
|||||||
- Catch device not found in device automations ([@balloob] - [#31401]) ([device_automation docs])
|
- Catch device not found in device automations ([@balloob] - [#31401]) ([device_automation docs])
|
||||||
- Upgrade numpy to 1.18.1 ([@fabaff] - [#31411]) ([iqvia docs]) ([opencv docs]) ([tensorflow docs]) ([trend docs])
|
- Upgrade numpy to 1.18.1 ([@fabaff] - [#31411]) ([iqvia docs]) ([opencv docs]) ([tensorflow docs]) ([trend docs])
|
||||||
- Update pyhomematic to 0.1.64 ([@danielperna84] - [#31406]) ([homematic docs])
|
- Update pyhomematic to 0.1.64 ([@danielperna84] - [#31406]) ([homematic docs])
|
||||||
- Add Salt Fiber Box device tracker ([@bjornorri] - [#30986]) ([salt docs]) (new-integration)
|
- Add Salt Fiber Box device tracker ([@bjornorri] - [#30986]) (new-integration)
|
||||||
- Upgrade alpha_vantage to 2.1.3 ([@fabaff] - [#31388]) ([alpha_vantage docs])
|
- Upgrade alpha_vantage to 2.1.3 ([@fabaff] - [#31388]) ([alpha_vantage docs])
|
||||||
- Search specific train in Nederlandse Spoorwegen ([@gurbyz] - [#28898]) ([nederlandse_spoorwegen docs])
|
- Search specific train in Nederlandse Spoorwegen ([@gurbyz] - [#28898]) ([nederlandse_spoorwegen docs])
|
||||||
- Enable SUPPORT_VOLUME_STEP ([@Cloudenius] - [#31023]) ([pioneer docs])
|
- Enable SUPPORT_VOLUME_STEP ([@Cloudenius] - [#31023]) ([pioneer docs])
|
||||||
@ -1194,7 +1194,6 @@ Added a Coronavirus integration to help monitor the ongoing epidemic. [More info
|
|||||||
[roku docs]: /integrations/roku/
|
[roku docs]: /integrations/roku/
|
||||||
[rpi_gpio_pwm docs]: /integrations/rpi_gpio_pwm/
|
[rpi_gpio_pwm docs]: /integrations/rpi_gpio_pwm/
|
||||||
[sabnzbd docs]: /integrations/sabnzbd/
|
[sabnzbd docs]: /integrations/sabnzbd/
|
||||||
[salt docs]: /integrations/salt/
|
|
||||||
[samsungtv docs]: /integrations/samsungtv/
|
[samsungtv docs]: /integrations/samsungtv/
|
||||||
[scrape docs]: /integrations/scrape/
|
[scrape docs]: /integrations/scrape/
|
||||||
[script docs]: /integrations/script/
|
[script docs]: /integrations/script/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user