From 732f6e4072381babb287208f796c4fc630b3264e Mon Sep 17 00:00:00 2001 From: Josh Anderson Date: Tue, 5 Dec 2017 22:57:24 +0000 Subject: [PATCH] Set triangle icon to be shown in the hass UI --- aurora.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aurora.py b/aurora.py index aec45f8..e5df3b0 100644 --- a/aurora.py +++ b/aurora.py @@ -74,6 +74,11 @@ def name(self): """Return the display name of this light.""" return self._name + @property + def icon(self): + """Return the icon to use in the frontend, if any.""" + return "mdi:vector-triangle" + @property def brightness(self): """Return the brightness of the light."""