Skip to content

Commit

Permalink
Update alarm_control_panel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
z-master42 authored Nov 8, 2024
1 parent 46be1ea commit 37348f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/eufy_security/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
AlarmControlPanelState,
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import STATE_OFF
from homeassistant.core import HomeAssistant
from homeassistant.helpers import entity_platform
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.const import STATE_OFF

from .const import COORDINATOR, DOMAIN, Schema
from .coordinator import EufySecurityDataUpdateCoordinator
from .entity import EufySecurityEntity
Expand Down

0 comments on commit 37348f5

Please sign in to comment.