BigBobbas / ESP32-S3-Box3-Custom-ESPHome

Custom ESPHome config for ESP32-S3-Box-3 with sensors and touchscreen
119 stars 20 forks source link

Update s3b_dev.yaml #54

Closed rcblackwell closed 3 months ago

rcblackwell commented 3 months ago

Line 484 Correct UOM for signal. Remove "Signal " from UOM unit_of_measurement: "%"

Line 1068 Add space before secs it.printf(160, 195, id(my_font5), yellow, TextAlign::CENTER, "%.f secs", id(up_sens).state);

Line 1404 Add space after Signal Strength and value on WiFi details screen it.printf(265, 210, id(my_font5), yellow, TextAlign::RIGHT, "%.f %%", id(wifi_percent).state);

rcblackwell commented 3 months ago

BigBobbas,

Your code is amazing! Thank you for pulling it together.

I made a couple of small text format changes. Details noted in the comments above. Hope you'll incorporate them into the dev environment.

Regards, Robert

BigBobbas commented 3 months ago

Thank you for submitting this PR It's greatly appreciated and i'm always grateful for any help with this project. I will merge this now 👍 Best Wishes Rob