Initial scene support for Fibaro hubs#18779
Initial scene support for Fibaro hubs#18779MartinHjelmare merged 9 commits intohome-assistant:devfrom
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
MartinHjelmare
left a comment
There was a problem hiding this comment.
That should be enough.
Co-Authored-By: pbalogh77 <peter.balogh2@gmail.com>
|
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:
REQUIREMENTSvariable (example).requirements_all.txtby runningscript/gen_requirements_all.py..coveragerc.