-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
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
Initial scene support for Fibaro hubs #18779
Conversation
Added initial support for fibaro scenes
Just a note that this is going to get a breaking change in the future as I want to break Home Assistant scenes out of the scene component and have a You're also welcome to open a PR to break up the component and then do a PR to add Fibaro to scene_external. |
I'm way too junior in this yet to do that :-) However, when it's done, I'll migrate my code to the new component. |
My local pylint and flake8 are playing tricks with me
ABC ordered the list of platforms changed setup platform to async removed overloaded name property as the FibaroDevice parent class already provides this Changed to new style string formatting
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.
That should be enough.
Co-Authored-By: pbalogh77 <[email protected]>
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!
Can be merged when build passes and docs PR is linked above in this PR description. |
Documentation added to home-assistant/home-assistant.io#7715 |
Added initial support for scenes to fibaro hub integration
Description:
Fibaro hub integration now imports and can activate scenes
Related issue (if applicable): fixes #
Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#<home-assistant.io PR number goes here>
Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
Fibaro scene doc added home-assistant.io#7715
If the code communicates with devices, web services, or third-party tools:
REQUIREMENTS
variable (example).requirements_all.txt
by runningscript/gen_requirements_all.py
..coveragerc
.