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/actiontec.md.

Actiontec

Actiontec 集成允许您通过查看连接到 Actiontec 设备的设备来检测存在。

支持的设备(已测试):

  • MI424WR (Verizon FIOS)
Important

此设备跟踪器需要在路由器上启用 telnet。

::: 要在您的系统中使用此设备跟踪器,请将以下内容添加到您的 "configuration.yaml" 文件中。 :::tip 更改配置后需要重启 Home Assistant。

# 示例 configuration.yaml 条目
device_tracker:
  - platform: actiontec
    host: YOUR_ROUTER_IP
    username: YOUR_ADMIN_USERNAME
    password: YOUR_ADMIN_PASSWORD
host:
  description: 您路由器的 IP 地址,例如 `192.168.1.1`。
  required: true
  type: string
username:
  description: 具有管理员权限的用户名,通常为 `admin`。
  required: true
  type: string
password:
  description: 您指定的管理员账户的密码。
  required: true
  type: string

有关如何配置要跟踪的人员的说明,请参阅设备跟踪器集成页面