mirror of
https://github.com/home-assistant/core.git
synced 2026-08-20 21:31:17 +01:00
Drop the voluptuous-era import aliases now that the code is being adjusted anyway: to_openapi and from_openapi replace the convert and convert_to_voluptuous aliases, and to_field_list replaces the serialize and convert aliases, across the consumers and their tests. The schema serialize() method call is untouched; only the imported function was renamed.