Remove deprecated yaml config from nuki (#62470)

This commit is contained in:
Robert Hillis 2021-12-21 04:01:43 -05:00 committed by GitHub
parent d60540d4f5
commit d73081f875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 59 deletions

View file

@ -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."""