mirror of
https://github.com/home-assistant/core.git
synced 2026-05-25 17:56:30 +01:00
bf839687ad
* Update registration schema to add os_name (required) and make app_name required * Ensure that a provided app_component is valid and available * Ensure that component DEPENDENCIES declares mobile_app * Update homeassistant/helpers/config_validation.py * Standardize error responses * Dont generalize REGISTER_BAD_COMPONENT * Fix tests after merge