diff --git a/CODEOWNERS b/CODEOWNERS
index 6afb998172d..3dbc894a9eb 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -357,7 +357,6 @@ source/_integrations/rpi_power.markdown @shenxn @swetoast
source/_integrations/ruckus_unleashed.markdown @gabe565
source/_integrations/safe_mode.markdown @home-assistant/core
source/_integrations/saj.markdown @fredericvl
-source/_integrations/salt.markdown @bjornorri
source/_integrations/samsungtv.markdown @escoand
source/_integrations/scene.markdown @home-assistant/core
source/_integrations/schluter.markdown @prairieapps
diff --git a/source/_integrations/salt.markdown b/source/_integrations/salt.markdown
deleted file mode 100644
index 331f193b74a..00000000000
--- a/source/_integrations/salt.markdown
+++ /dev/null
@@ -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.
-
-
-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:
-
-```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.
diff --git a/source/_posts/2020-02-26-release-106.markdown b/source/_posts/2020-02-26-release-106.markdown
index 1dea56edb57..7185e79ce5b 100644
--- a/source/_posts/2020-02-26-release-106.markdown
+++ b/source/_posts/2020-02-26-release-106.markdown
@@ -121,7 +121,7 @@ We have made some changes to Lovelace that might impact your custom card, so be
## 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 Minecraft Server Integration ([@elmurato] - [#30992]) ([minecraft_server 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])
- 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])
-- 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])
- Search specific train in Nederlandse Spoorwegen ([@gurbyz] - [#28898]) ([nederlandse_spoorwegen 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/
[rpi_gpio_pwm docs]: /integrations/rpi_gpio_pwm/
[sabnzbd docs]: /integrations/sabnzbd/
-[salt docs]: /integrations/salt/
[samsungtv docs]: /integrations/samsungtv/
[scrape docs]: /integrations/scrape/
[script docs]: /integrations/script/