Skip to content

Commit

Permalink
Remove unused code in doorbird (#121884)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 13, 2024
1 parent 5f33e85 commit 9e259cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions homeassistant/components/doorbird/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from __future__ import annotations

from http import HTTPStatus
import logging

from aiohttp import ClientResponseError
from doorbirdpy import DoorBird
Expand All @@ -27,8 +26,6 @@
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)
Expand Down
3 changes: 0 additions & 3 deletions homeassistant/components/doorbird/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

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"
Expand Down

0 comments on commit 9e259cb

Please sign in to comment.