ESteanes / RP2040Home

MQTT Client for RP2040 based boards that directly interfaces with Home Assistant
MIT License
0 stars 0 forks source link

Stricter config validation #4

Closed ESteanes closed 2 weeks ago

ESteanes commented 3 months ago

We should do more config validation to make sure that it is more difficult to mess up config.json

ESteanes commented 1 month ago

We need to add name validation - whitespaces break Home Assistant discovery. We should either replace with underscores or dashes or return an error

ESteanes commented 2 weeks ago

Solved with #15