Remove deprecated yaml config from nuki (#62470)
This commit is contained in:
parent
d60540d4f5
commit
d73081f875
4 changed files with 1 additions and 59 deletions
|
@ -1,7 +1,5 @@
|
|||
"""Doorsensor Support for the Nuki Lock."""
|
||||
|
||||
import logging
|
||||
|
||||
from pynuki import STATE_DOORSENSOR_OPENED
|
||||
|
||||
from homeassistant.components.binary_sensor import (
|
||||
|
@ -12,8 +10,6 @@ from homeassistant.components.binary_sensor import (
|
|||
from . import NukiEntity
|
||||
from .const import ATTR_NUKI_ID, DATA_COORDINATOR, DATA_LOCKS, DOMAIN as NUKI_DOMAIN
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
async def async_setup_entry(hass, entry, async_add_entities):
|
||||
"""Set up the Nuki lock binary sensor."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue