mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
✏️ Minor spelling, grammar & Markdown changes
This commit is contained in:
parent
093a9a6646
commit
347bca1ea5
@ -12,7 +12,6 @@ ha_category: Presence Detection
|
|||||||
ha_release: 0.14
|
ha_release: 0.14
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
This platform allows you to detect presence by looking at devices connected to a [Ubiquiti](http://ubnt.com/) [Unifi](https://www.ubnt.com/enterprise/#unifi) controller.
|
This platform allows you to detect presence by looking at devices connected to a [Ubiquiti](http://ubnt.com/) [Unifi](https://www.ubnt.com/enterprise/#unifi) controller.
|
||||||
|
|
||||||
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
@ -35,7 +34,7 @@ password:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
host:
|
host:
|
||||||
description: The hostname or IP address of your controller
|
description: The hostname or IP address of your controller
|
||||||
default: localhost
|
default: localhost
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
@ -45,12 +44,12 @@ port:
|
|||||||
type: int
|
type: int
|
||||||
required: false
|
required: false
|
||||||
site_id:
|
site_id:
|
||||||
description: for multisite installations, you can specify `site_id` to specify which is used
|
description: For multisite installations, you can specify `site_id` to specify which is used
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
default: default
|
default: default
|
||||||
verify_ssl:
|
verify_ssl:
|
||||||
description: whether to do strict validation on SSL certificates of the unifi controller. This can be true/false or the path to a locally trusted certificate to use for verification (i.e. "/path/to/custom_cert.pm")
|
description: Whether to do strict validation on SSL certificates of the Unifi controller. This can be true/false or the path to a locally trusted certificate to use for verification (i.e. "/path/to/custom_cert.pm")
|
||||||
type: boolean or filename
|
type: boolean or filename
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: true
|
||||||
@ -66,8 +65,8 @@ See the [device tracker component page](/components/device_tracker/) for instruc
|
|||||||
### {% linkable_title Configuring Users %}
|
### {% linkable_title Configuring Users %}
|
||||||
|
|
||||||
The Unifi controller allows you to create multiple users on it besides
|
The Unifi controller allows you to create multiple users on it besides
|
||||||
the main administrator. It is recommended that you create a limitted
|
the main administrator. It is recommended that you create a limited
|
||||||
user that has `read only` permissions for the unifi device tracker.
|
user that has `read-only` permissions for the Unifi device tracker.
|
||||||
|
|
||||||
### {% linkable_title Conflicts with MQTT %}
|
### {% linkable_title Conflicts with MQTT %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user