diff --git a/homeassistant/components/lock/verisure.py b/homeassistant/components/lock/verisure.py index 08cfbc6202f..c9f18c5533e 100644 --- a/homeassistant/components/lock/verisure.py +++ b/homeassistant/components/lock/verisure.py @@ -39,7 +39,7 @@ class VerisureDoorlock(LockDevice): @property def name(self): """Return the name of the lock.""" - return 'Lock {}'.format(self._id) + return '{}'.format(hub.lock_status[self._id].location) @property def state(self):