mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 10:57:19 +00:00

* Avoid URL and email fields getting masked in add-on config view The backend will set "format" for add-on config options of type "password", "url" and "email", to exactly these three values. Only "password" fields should be masked though. * lint --------- Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>