From 467a59a6ed0efe434aa2c6e4b861f1a706e785ec Mon Sep 17 00:00:00 2001 From: Michael Wei Date: Wed, 3 Oct 2018 08:59:11 -0700 Subject: [PATCH] Change Tile icon to view-grid (#17098) --- homeassistant/components/device_tracker/tile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/device_tracker/tile.py b/homeassistant/components/device_tracker/tile.py index 07f15e7e88a..a18bd816a4b 100644 --- a/homeassistant/components/device_tracker/tile.py +++ b/homeassistant/components/device_tracker/tile.py @@ -32,7 +32,7 @@ ATTR_VOIP_STATE = 'voip_state' CONF_SHOW_INACTIVE = 'show_inactive' -DEFAULT_ICON = 'mdi:bluetooth' +DEFAULT_ICON = 'mdi:view-grid' DEFAULT_SCAN_INTERVAL = timedelta(minutes=2) PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({