Skip to content

Add fan support to lutron_caseta#29033

Merged
MartinHjelmare merged 10 commits into
home-assistant:devfrom
djj211:lutron-caseta-fan-support
Nov 28, 2019
Merged

Add fan support to lutron_caseta#29033
MartinHjelmare merged 10 commits into
home-assistant:devfrom
djj211:lutron-caseta-fan-support

Conversation

@djj211
Copy link
Copy Markdown
Contributor

@djj211 djj211 commented Nov 24, 2019

Breaking Change:

Description:

Adding lutron caseta fan component using pylutron_caseta 0.5.1
Changes. Handle None returned from pylutron_caseta. Updates to use built in fan constants from pylutron_caseta.
Note: This is a re-pull of #24770 which could not be merged due to pylutron_caseta being abandoned. The project is up and running and ready to go.
Note: The PR for updating pylutron_caseta is here #28886 and must go hand and hand with this one.

Related issue (if applicable): fixes #

Pull request with documentation for home-assistant.io (if applicable): home-assistant/home-assistant.io#9780

Example entry for configuration.yaml (if applicable):

lutron_caseta:
  host: 192.168.1.1
  keyfile: ./config/lutron/caseta.key
  certfile: ./config/lutron/caseta.crt
  ca_certs: ./config/lutron/caseta-bridge.crt

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • [X ] There is no commented out code in this PR.
  • I have followed the development checklist

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

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

  • The manifest file has all fields filled out correctly. Update and include derived files by running python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt by running python3 -m script.gen_requirements_all.
  • Untested files have been added to .coveragerc.

If the code does not interact with devices:

  • Tests have been added to verify that the new code works.

Copy link
Copy Markdown
Contributor

@mdonoughe mdonoughe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@balloob requested a small refactor on #28886 which you'll need to account for here if that merges first.

Comment thread homeassistant/components/lutron_caseta/fan.py Outdated
Comment thread homeassistant/components/lutron_caseta/fan.py Outdated
Comment thread homeassistant/components/lutron_caseta/fan.py Outdated
Comment thread homeassistant/components/lutron_caseta/fan.py Outdated
Comment thread homeassistant/components/lutron_caseta/fan.py Outdated
Comment thread homeassistant/components/lutron_caseta/fan.py Outdated
@djj211
Copy link
Copy Markdown
Contributor Author

djj211 commented Nov 27, 2019

@MartinHjelmare Modifications completed. Note I added an additional mapping for FAN_MEDIUM_HIGH: SPEED_MEDIUM. Found a bug when testing out the changes in this PR. When setting the fan speed the mediumhigh directly on the switch, it would cause an error because I did not map the additional lutron speed.

It will seem that we need to revisit the concepts outlined in this architectural issue here as this seems to be a common occurrence for fan components: home-assistant/architecture#127

Copy link
Copy Markdown
Member

@MartinHjelmare MartinHjelmare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@MartinHjelmare
Copy link
Copy Markdown
Member

@mdonoughe Ok to merge?

Copy link
Copy Markdown
Contributor

@mdonoughe mdonoughe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@MartinHjelmare MartinHjelmare merged commit 665613e into home-assistant:dev Nov 28, 2019
@lock lock Bot locked and limited conversation to collaborators Nov 29, 2019
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.

5 participants