mirror of
https://github.com/home-assistant/core.git
synced 2026-05-14 12:31:04 +01:00
468b0e8934
* 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