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

Added Lutron Caseta Scene Support #8690

Merged
merged 5 commits into from
Jul 29, 2017

Conversation

kfcook
Copy link
Contributor

@kfcook kfcook commented Jul 28, 2017

Description:

Added support to pull scenes present in Lutron Caseta SmartBridge into Home Assistant. Scenes can now be triggered directly from Home Assistant.

Pull request in home-assistant.github.io with documentation (if applicable): home-assistant/home-assistant.io/pull/3081

Example entry for configuration.yaml (if applicable):

Configuration is the same as the rest of the Lutron Caseta component. No extra config is needed:

lutron_caseta:
  host: <ip_of_smartbridge>

Checklist:

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • Local tests with tox run successfully. Your PR cannot be merged unless tests pass
  • New dependencies have been added to the REQUIREMENTS variable (example).
  • New dependencies are only imported inside functions that use them ([example][ex-import]).
  • New dependencies have been added to requirements_all.txt by running script/gen_requirements_all.py.
  • New files were added to .coveragerc. N/A

@pvizeli pvizeli merged commit d1b73a9 into home-assistant:dev Jul 29, 2017
@kfcook kfcook deleted the lutron-caseta-scene-support branch July 30, 2017 03:18
@fabaff fabaff mentioned this pull request Aug 12, 2017
dethpickle pushed a commit to dethpickle/home-assistant that referenced this pull request Aug 18, 2017
* added scene support

* Updated pylutron_caseta version number

* Updated pylutron_caseta version number

* Fixed lint errors

* fix style
@home-assistant home-assistant locked and limited conversation to collaborators Dec 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants