Skip to content

Comments

code refactoring#191

Merged
litinoveweedle merged 2 commits intomasterfrom
smartir_class
Jan 19, 2025
Merged

code refactoring#191
litinoveweedle merged 2 commits intomasterfrom
smartir_class

Conversation

@litinoveweedle
Copy link
Owner

No description provided.

from homeassistant.const import CONF_NAME, STATE_OFF, STATE_ON, STATE_UNKNOWN
from homeassistant.core import HomeAssistant, Event, EventStateChangedData, callback
from homeassistant.helpers.event import async_track_state_change_event, async_call_later
from homeassistant.core import HomeAssistant, Event, EventStateChangedData

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'Event' is not used.
Import of 'EventStateChangedData' is not used.
from homeassistant.const import CONF_NAME, STATE_OFF, STATE_ON
from homeassistant.core import HomeAssistant, Event, EventStateChangedData, callback
from homeassistant.helpers.event import async_track_state_change_event, async_call_later
from homeassistant.core import HomeAssistant, Event, EventStateChangedData

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'Event' is not used.
Import of 'EventStateChangedData' is not used.
from homeassistant.const import CONF_NAME, STATE_OFF, STATE_ON, STATE_UNKNOWN
from homeassistant.core import HomeAssistant, Event, EventStateChangedData, callback
from homeassistant.helpers.event import async_track_state_change_event, async_call_later
from homeassistant.core import HomeAssistant, Event, EventStateChangedData

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'Event' is not used.
Import of 'EventStateChangedData' is not used.
@litinoveweedle litinoveweedle merged commit 653b87b into master Jan 19, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant