-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
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
Frontier silicon async #12503
Frontier silicon async #12503
Conversation
…me-assistant into frontier_silicon_async
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
self._mute = fs_device.mute | ||
self._media_image_url = fs_device.play_info_graphics | ||
end = time.time() | ||
_LOGGER.debug('Frontier Silicon device update took: %s', (end-start)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this debug time handling stuff
@@ -6,6 +6,9 @@ | |||
""" | |||
import logging | |||
|
|||
import asyncio | |||
import time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'time' imported but unused
Removed debug. Build fails for Python 3.6 - I does not look like it is because of the frontier_silicon component. |
Description:
Related issue (if applicable): fixes #
fixes #11853
Checklist:
If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
tox
run successfully. Your PR cannot be merged unless tests passREQUIREMENTS
variable (example).requirements_all.txt
by runningscript/gen_requirements_all.py
..coveragerc
.If the code does not interact with devices:
tox
run successfully. Your PR cannot be merged unless tests pass