mirror of
https://github.com/home-assistant/core.git
synced 2026-09-10 18:24:46 -05:00
* Add missing Short type to set_config_param * Forgot to fix the for loop * Remove leftover return * Guard the for loop * Changed from if to else * Fixed list iteration for validating input * Adjusted per linter