Clean up phone modem (#73181)
This commit is contained in:
parent
56d28e13f7
commit
b4a5abce16
2 changed files with 0 additions and 11 deletions
|
@ -1,8 +1,6 @@
|
||||||
"""A sensor for incoming calls using a USB modem that supports caller ID."""
|
"""A sensor for incoming calls using a USB modem that supports caller ID."""
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import logging
|
|
||||||
|
|
||||||
from phone_modem import PhoneModem
|
from phone_modem import PhoneModem
|
||||||
|
|
||||||
from homeassistant.components.sensor import SensorEntity
|
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
|
from .const import CID, DATA_KEY_API, DOMAIN, ICON
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
reject_call:
|
|
||||||
name: Reject Call
|
|
||||||
description: Reject incoming call.
|
|
||||||
target:
|
|
||||||
entity:
|
|
||||||
integration: modem_callerid
|
|
||||||
domain: sensor
|
|
Loading…
Add table
Add a link
Reference in a new issue