mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Bump jaraco.abode to 5.1.2 (#117363)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
from typing import Any
|
||||
|
||||
from jaraco.abode.devices.lock import Lock
|
||||
from jaraco.abode.helpers.constants import TYPE_LOCK
|
||||
|
||||
from homeassistant.components.lock import LockEntity
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
@@ -23,7 +22,7 @@ async def async_setup_entry(
|
||||
|
||||
async_add_entities(
|
||||
AbodeLock(data, device)
|
||||
for device in data.abode.get_devices(generic_type=TYPE_LOCK)
|
||||
for device in data.abode.get_devices(generic_type="lock")
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user