Skip to content

Commit

Permalink
Missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco committed Dec 5, 2024
1 parent 55e5afd commit 4476927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/lanbon_switch/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from homeassistant.components import mqtt
from homeassistant.components.switch import SwitchEntity
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import HomeAssistant
from homeassistant.core import HomeAssistant, callback
from homeassistant.helpers.entity_platform import AddEntitiesCallback

from .const import DOMAIN, TOPIC_PREFIX, SWITCH_SUBTOPIC
Expand Down

0 comments on commit 4476927

Please sign in to comment.