lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
MIT License
269 stars 25 forks source link

[QUESTION] How do I add 1 hour to the time displayed? #211

Open robgardien opened 6 months ago

robgardien commented 6 months ago

Question

I would like to adjust the timezone to UTC + 1, how can I achieve this?

Additional information

andrewjswan commented 6 months ago

Is this your current TZ, or do you want to register a different one?

If different, then according to the documentation: https://esphome.io/components/time/index.html

if current:

ESPHome tries to automatically infer the time zone string based on the time zone of the computer that is running ESPHome, but this might not always be accurate.