mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
* Add template vacuum component * Fix linting issues * Make vacuum state optional * Fix pylint issues * Add context to template vacuum service calls * Added tests to template vacuum * Fix indent * Fix docstrings * Move files for new component folder structure * Revert additions for template_vacuum tests to common.py * Use existing constants for template vacuum config * Handle invalid templates * Add tests for unused services * Add test for invalid templates * Fix line too long * Do not start template change tracking in case of MATCH_ALL * Resolve review comments