Setup:
For new people setting this up, the instructions are slightly wrong.
STEP 2 HERE:
2. Navigate to Configuration → Lovelace Dashboards → Resources Tab. Hit orange (+) icon
SHOULD BE THIS:
Open any dashboard, Click on the top right three dots, Click edit dashboard, Click the top right 3 dots, Click ‘Manage Resources’, Click ‘ADD RESOURCE’ in the bottom right.
That’s where the resources management tab can be found.
Indeed it worked, At first I did placed it on the series datalabels section.
I guess that is only to activate it.
Now placed in the main config section, it works.
Unfortunately that didn’t change anything. So what I need is to know the last state of that sensor if there is no valid data for the period. Would that be possible to achive with a data_generator somehow?
I’m looking for a way to add somekind of “marker” in my chart. My chart is build up with 1 sensor displaying my diabetic info about insulin, and I would like to use a sensor called: sensor.last_meal_marker (this contains a date) to make a Marker in the cart with a dot or something on that specific date/time. The chart spans only 24 hours.
The sensor for the meal marker contains: 2023-05-01T11:28:00+00:00 as a status, and device_class is timestamp.
Another question, I have to define the locale setting to all my charts to have them show local month names instead of english (as seen above). According to this it should follow how HA is set up. Home Assistant is configured correctly with my country and language. Any idea why it doesn’t use that setting?
My language is listed (Swedish) and when I add locale: se it works fine, but it would have been nice if it pulled the setting from HA so I don’t have to specify the locale everywhere. But it’s a small issue tbh