Remove unused code in doorbird (#121884)

This commit is contained in:
J. Nick Koston 2024-07-13 00:39:58 -05:00 committed by GitHub
parent 5f33e85b30
commit 9e259cbf2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View File

@ -3,7 +3,6 @@
from __future__ import annotations
from http import HTTPStatus
import logging
from aiohttp import ClientResponseError
from doorbirdpy import DoorBird
@ -27,8 +26,6 @@ from .device import ConfiguredDoorBird
from .models import DoorBirdConfigEntry, DoorBirdData
from .view import DoorBirdRequestView
_LOGGER = logging.getLogger(__name__)
CONF_CUSTOM_URL = "hass_url_override"
CONFIG_SCHEMA = cv.removed(DOMAIN, raise_if_present=False)

View File

@ -4,9 +4,6 @@ from homeassistant.const import Platform
DOMAIN = "doorbird"
PLATFORMS = [Platform.BUTTON, Platform.CAMERA, Platform.EVENT]
DOOR_STATION = "door_station"
DOOR_STATION_INFO = "door_station_info"
DOOR_STATION_EVENT_ENTITY_IDS = "door_station_event_entity_ids"
CONF_EVENTS = "events"
MANUFACTURER = "Bird Home Automation Group"