mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00

* Add ordered dict config validator * Have group component use ordered dict config validator * Improve config_validation testing * update doc string config_validation.ordered_dict * validate full dict entries * Further simplify ordered_dict validator. * Lint fix