Hi there, I’m just playing around with setting up Zones in HomeAssistant and have it working so that I have a lovelace History card that shows each person and where they are (home, office, school etc.). Problem is, I only seem to have three colours,
Home = Green
Away = Grey
All registered zones = Blue for all zones
Is there a way to split 3 into different colours for each zone, so that it becomes more obvious from the history view where the person is (rather than blue for every named zone)?
Imagine you have these zones:
– zone.home (friendly name “Home”)
– zone.bar (“Bar”)
– zone.my_mom (“Mom”)
– zone.company (“My Office”)
Define these variables:
–state-person-home-color
–state-person-bar-color
–state-person-mom-color
–state-person-my_office-color
and enjoy your colors.
(similarly for device_tracker)
But - these zones must have exactly these FRIENDLY NAMES and in ENGLISH only.