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."""