mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 10:17:26 -05: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