mirror of
https://github.com/home-assistant/core.git
synced 2025-11-11 20:10:12 +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