Remove unused import (#30858)
This commit is contained in:
parent
a93088dafb
commit
6678f8387f
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
"""This component provides HA sensor support for Ring Door Bell/Chimes."""
|
||||
from datetime import datetime, timedelta
|
||||
from datetime import datetime
|
||||
import logging
|
||||
|
||||
from homeassistant.components.binary_sensor import BinarySensorDevice
|
||||
|
@ -10,8 +10,6 @@ from .entity import RingEntityMixin
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SCAN_INTERVAL = timedelta(seconds=10)
|
||||
|
||||
# Sensor types: Name, category, device_class
|
||||
SENSOR_TYPES = {
|
||||
"ding": ["Ding", ["doorbots", "authorized_doorbots"], "occupancy"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue