Hi, Im trying to make a wall clock using ESP home and a e-ink display. This has worked well for a single time zone, but i wanted to add a second page to show some world times, so i added these time components to the config
time:
- platform: homeassistant
id: time_hass
- platform: sntp
id: time_nz
timezone: "Pacific/Auckland"
- platform: sntp
id: time_pst
timezone: "America/Los_Angeles"
- platform: sntp
id: time_est
timezone: "America/New_York"
- platform: sntp
id: time_cst
timezone: "America/Chicago"
This hasn’t done what i thought it would do and has made all of the time components CST. Is this intended behaviour, or am i missing a way to do this?