Skip to content

Honor X3 router Device tracker for Home Assistant

Notifications You must be signed in to change notification settings

juacas/honor_x3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honor Router 3/X3 Integration in Home Assistant

Component to integrate the Huawei Honor X3 and Honor Router 3 (tested on model Honor X3 Pro and Honor Router 3).

Features

  • Publish the honor_x3.reboot service to reboot the router.
  • Provides a device_tracker to monitor the connection status of devices.

Example usage

# Setup the platform honor_x3
honor_x3:
  host: 192.168.0.1
  username: admin
  password: !secret router_password

# Enable and customize the tracker's parameters
device_tracker:
- platform: honor_x3
  interval_seconds: 60
  consider_home: 180
  new_device_defaults:
    track_new_devices: false