From ba66ff840f46e6c883426237a05b7f561eeca26c Mon Sep 17 00:00:00 2001 From: ehendrix23 Date: Tue, 16 Oct 2018 11:06:19 -0600 Subject: [PATCH] Added domain icon for homekit (#1782) Added domain icon home-automation for domain homekit. With PR home-assistant/pull/17180 the homekit component will create entries within logbook. This PR is to set the icon displayed then for those logbook entries to be the home-automation icon. --- src/common/entity/domain_icon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/entity/domain_icon.js b/src/common/entity/domain_icon.js index b757d44c13..22b357d7e5 100644 --- a/src/common/entity/domain_icon.js +++ b/src/common/entity/domain_icon.js @@ -18,6 +18,7 @@ const fixedIcons = { group: "hass:google-circles-communities", history_graph: "hass:chart-line", homeassistant: "hass:home-assistant", + homekit: "hass:home-automation", image_processing: "hass:image-filter-frames", input_boolean: "hass:drawing", input_datetime: "hass:calendar-clock",