mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-05-08 17:08:36 +01:00
00d217b5f7
* Make IPv4 and IPv6 parse errors raise an API error Currently, IP address parsing errors lead to an execption which is not handled by the `api_validate()` call. By using concrete IPv4 and IPv6 types and `vol.Coerce()` parsing errors are properly handled. * ruff format * ruff check