For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /home-assistant/integrations/swisscom.md.

Swisscom Internet-Box

The Swisscom Internet-Box integration offers presence detection by looking at connected devices to an Internet-Box router from Swisscom which is an Internet provider in Switzerland.

Note

There are three models of Internet-Box (light, standard and plus). The platform has only been tested on the Internet-Box plus but the others should work as well because they have the same web interface.

::: To use an Internet-Box router in your installation, add the following to your "configuration.yaml" file. :::tip 更改配置后需要重启 Home Assistant。

# Example configuration.yaml entry
device_tracker:
  - platform: swisscom
host:
  description: The IP address of your router.
  required: false
  default: 192.168.1.1
  type: string

See the device tracker integration page for instructions how to configure the people to be tracked.