Initial support for Fibaro HomeCenter hubs#17891
Initial support for Fibaro HomeCenter hubs#17891MartinHjelmare merged 30 commits intohome-assistant:devfrom
Conversation
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/linters/.local/bin/flake8", line 7, in
from flake8.main.cli import main
ModuleNotFoundError: No module named 'flake8'
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/linters/.local/bin/flake8", line 7, in
from flake8.main.cli import main
ModuleNotFoundError: No module named 'flake8'
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/linters/.local/bin/flake8", line 7, in
from flake8.main.cli import main
ModuleNotFoundError: No module named 'flake8'
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/linters/.local/bin/flake8", line 7, in
from flake8.main.cli import main
ModuleNotFoundError: No module named 'flake8'
|
Could not find a related PR in our documentation repository. Adding |
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/linters/.local/bin/flake8", line 7, in
from flake8.main.cli import main
ModuleNotFoundError: No module named 'flake8'
|
Could someone please help me understand what I'm doing wrong here? I keep getting the this error from lint: https://travis-ci.org/home-assistant/home-assistant/jobs/447813324 |
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/linters/.local/bin/flake8", line 7, in
from flake8.main.cli import main
ModuleNotFoundError: No module named 'flake8'
|
What does the coverage/coveralls error mean and what can I do about it? My component is listed in .coveragerc omit section. |
Very first steps working, connects, fetches devices, represents sensors, binary_sensors and lights towards HA.
Initial support for covers Initial support for switches Bugfixes
pylint based cleanup light switches handled properly light features reported correctly
Lights, Blinds, Switches are mostly working now
Fiblary3 is now in pypi, set it as req Cleanup based on pylint
Included the fibaro component in coveragerc Added usage instructions to file header
Fixed pylint warnings
PyLint inspired fixes
Missing comment added to please flake8
|
Could someone please take a look at the error message here? I don't think it's related to my code in any way. |
Stripdown, hoping for a review
amelchio
left a comment
There was a problem hiding this comment.
This already looks good to me. I have a bunch of small questions/proposals but I did not find any major issues.
Fixes based on code review
Implemented stopping of StateHandler thread Cleanup for clarity
amelchio
left a comment
There was a problem hiding this comment.
Great, I think we can go with this.
MartinHjelmare
left a comment
There was a problem hiding this comment.
Looks good! Can be merged when build passes.
|
This was an awesome first contribution. The code is high quality and your response to feedback is exemplary. |
Description:
Added Fibaro component to integrate with Fibaro Home Center, using an adapted version of the Fiblary library and the Fibaro REST API.
What works:
What's not working yet:
Related issue (if applicable): fixes #
Pull request in home-assistant.io with documentation (if applicable):
home-assistant/home-assistant.io#7493
Example entry for
configuration.yaml(if applicable):Checklist:
tox. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
REQUIREMENTSvariable (example).requirements_all.txtby runningscript/gen_requirements_all.py..coveragerc.If the code does not interact with devices: