mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-17 00:18:58 +00:00

* Add documentation for googlehome device_tracker.
* Corrected typo
* update descriptions
* ✏️ Spelling
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_category, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_release | ha_category | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Google Home Bluetooth tracker | Instructions on how to use Google Home to track devices in Home Assistant. | 2018-11-04 00:00 | true | false | true | true | google_home.png | 0.83 | Presence Detection | Local Polling |
The googlehome
platform allows you to detect presence using an unofficial Google Home API.
{% linkable_title Configuration %}
To integrate Google Home Bluetooth tracker in Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
device_tracker:
- platform: googlehome
host: IP_ADDRESS
{% configuration %} host: description: The IP address of the Google Home unit. required: true type: string rssi_threshold: description: The threshold for the RSSI signal of the device. required: false default: -70 type: integer {% endconfiguration %}