home-assistant.io/source/_components/hitron_coda.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.5 KiB

title, description, logo, ha_category, ha_release, redirect_from
title description logo ha_category ha_release redirect_from
Hitron CODA Routers Instructions on how to integrate Hitron CODA Routers into Home Assistant. hitron.png
Presence Detection
0.58
/components/device_tracker.hitron_coda/

This integration offers presence detection by examining devices connected to a Rogers Hitron CODA or Shaw Hitron CGNM Router.

To use a Hitron router in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
device_tracker:
  - platform: hitron_coda
    host: !secret router_ip
    username: !secret router_username
    password: !secret router_password
    type: rogers

{% configuration %} host: description: The IP address of your router, e.g., 192.168.0.1. required: true type: string username: description: The username to login into the router (user should have read access to the web interface of the router). Usually "cusadmin". required: true type: string password: description: The password for the specified username. Usually your WiFi password. required: true type: string type: description: The internet provider for the modem; "rogers" or "shaw". Defaults to "rogers". required: false type: string {% endconfiguration %}

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