home-assistant.io/source/_integrations/hitron_coda.markdown
c0ffeeca7 7115a66b27
h-l integrations: apply sentence-style caps in categories (#29903)
* h-l integrations: apply sentence-style caps in categories

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-20 09:02:30 +01:00

1.6 KiB

title, description, ha_category, ha_release, ha_domain, ha_iot_class, ha_platforms, ha_integration_type
title description ha_category ha_release ha_domain ha_iot_class ha_platforms ha_integration_type
Rogers Hitron CODA Instructions on how to integrate Hitron CODA Routers into Home Assistant.
Presence detection
0.58 hitron_coda Local Polling
device_tracker
integration

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 Wi-Fi 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.