mirror of
https://github.com/home-assistant/core.git
synced 2025-06-27 00:17:10 +00:00

* Restore manual alarm-control-panel state using async_get_last_state This is to address issue #10793 * Added tests for restoring manual alarm state on startup * Cleaned up test formatting * Fixed more linting errors * Changed async methods to use asynch/await syntax * Removed unused asyncio import