aeroniemi / circlehome

A HomeAssistant device controller built into a cute 1.28" dial
https://aeroniemi.github.io/circlehome/
MIT License
0 stars 0 forks source link

Crash due to invalid timezone #26

Closed aeroniemi closed 5 months ago

aeroniemi commented 5 months ago

The code crashes if you enter a invalid timezone. e.g.

The library cares about capitalisation so the capitalisation needs to be correct equally, this needs to be validated out before being committed to settings

aeroniemi commented 5 months ago

Immediate solution is in #28, but overall we need better (any) form validation

aeroniemi commented 5 months ago

Permenant solution in #31