Clean up phone modem (#73181)

This commit is contained in:
Robert Hillis 2022-06-08 14:15:07 -04:00 committed by GitHub
parent 56d28e13f7
commit b4a5abce16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 11 deletions

View file

@ -1,8 +1,6 @@
"""A sensor for incoming calls using a USB modem that supports caller ID."""
from __future__ import annotations
import logging
from phone_modem import PhoneModem
from homeassistant.components.sensor import SensorEntity
@ -13,8 +11,6 @@ from homeassistant.helpers import entity_platform
from .const import CID, DATA_KEY_API, DOMAIN, ICON
_LOGGER = logging.getLogger(__name__)
async def async_setup_entry(
hass: HomeAssistant,

View file

@ -1,7 +0,0 @@
reject_call:
name: Reject Call
description: Reject incoming call.
target:
entity:
integration: modem_callerid
domain: sensor