Madelena / esphome-weatherman-dashboard

A simple dashboard with weather and NYC subway information for ESPHome

Home Page:https://community.home-assistant.io/t/use-esphome-with-e-ink-displays-to-blend-in-with-your-home-decor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canarsie Due At time stamp showing Manhattan Due At

Bruhildo opened this issue · comments

Hi @Madelena,

I believe that one of the "due at" to Canarsie on the weatherman.yaml code could be capturing the "due at" to Manhattan.

Line 331 reads:

it.printf(330, 608, id(font_small_book), color_white, TextAlign::TOP_CENTER, "%s", id(train_manhattan_due_at).state.c_str());

however, I believe it should instead read as:

it.printf(330, 608, id(font_small_book), color_white, TextAlign::TOP_CENTER, "%s", id(train_canarsie_due_at).state.c_str());

By the way, great project. Thanks a lot for it. I just build mine and was able to adapt to use with NextBus (Umo) integration from Home Assistant.