Tile


The tile platform allows Home Assistant to utilize Tile® Bluetooth trackers. The official Tile mobile app handles the actual tracking of Tile devices using the mobile device’s Bluetooth and GPS.

To integrate Tile into Home Assistant, add the following section to your configuration.yaml file:

device_tracker:
  - platform: tile
    username: email@address.com
    password: MY_PASSWORD_123

Configuration Variables

username

(string)(Required)the email address for the Tile account

password

(string)(Required)the password for the Tile account

monitored_variables

(list)(Optional)the Tile types to monitor; valid values are TILE and PHONE (default is for all types to be included)

show_inactive

(boolean)(Optional)whether to show expired/disabled Tiles