mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update docs for hitron_coda for Shaw support (#5321)
This commit is contained in:
parent
ab7f2a3746
commit
dad7bbeed9
@ -13,7 +13,7 @@ ha_release: 0.58
|
||||
---
|
||||
|
||||
This component offers presence detection by examining devices connected to a [Rogers Hitron CODA](https://www.rogers.com/customer/support/article/wi-fi-password-hitron-coda4582-cgn3amr-cgnm3552-cgn3acr-cgn3)
|
||||
Router.
|
||||
or [Shaw Hitron CGNM](https://community.shaw.ca/docs/DOC-4066) Router.
|
||||
|
||||
To use a Hitron router in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
@ -24,6 +24,7 @@ device_tracker:
|
||||
host: !secret router_ip
|
||||
username: !secret router_username
|
||||
password: !secret router_password
|
||||
type: rogers
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
@ -39,6 +40,10 @@ 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 component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
||||
|
Loading…
x
Reference in New Issue
Block a user