diff --git a/homeassistant/components/demo/lock.py b/homeassistant/components/demo/lock.py index 47187d5ffc6..e75c2074aab 100644 --- a/homeassistant/components/demo/lock.py +++ b/homeassistant/components/demo/lock.py @@ -1,4 +1,4 @@ -"""Demo lock platform that has two fake locks.""" +"""Demo lock platform that implements locks.""" from __future__ import annotations import asyncio