Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python code reformat #5

Merged
merged 2 commits into from
May 17, 2024
Merged

python code reformat #5

merged 2 commits into from
May 17, 2024

Conversation

litinoveweedle
Copy link
Owner

fixed formatting

custom_components/smartir/climate.py Fixed Show fixed Hide fixed
SUPPORT_OSCILLATE,
ATTR_OSCILLATING,
)
from homeassistant.const import CONF_NAME, STATE_OFF, STATE_ON, STATE_UNKNOWN

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'STATE_UNKNOWN' is not used.
SUPPORT_SELECT_SOURCE,
MEDIA_TYPE_CHANNEL,
)
from homeassistant.const import CONF_NAME, STATE_OFF, STATE_ON, STATE_UNKNOWN

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'STATE_UNKNOWN' is not used.
@litinoveweedle litinoveweedle merged commit f8ecaf8 into master May 17, 2024
2 of 4 checks passed
@litinoveweedle litinoveweedle deleted the add_hvac_action branch June 1, 2024 22:49
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