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

Bump pywemo from 0.5.6 to 0.9.0 #25

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps pywemo from 0.5.6 to 0.9.0.

Release notes

Sourced from pywemo's releases.

0.9.0 - Environment variables for Docker containers

What's Changed

New Contributors

Full Changelog: pywemo/pywemo@0.8.1...0.9.0

0.8.1 - Dimmer V2 brightness

What's Changed

Full Changelog: pywemo/pywemo@0.8.0...0.8.1

0.8.0 - PEP 561 support and parsers for SignalStrength, MetaInfo & ExtMetaInfo

What's Changed

New features

Bug fixes

Deprecation warning

A future 1.0.0 release of pyWeMo will deprecate a number of items within pyWeMo:

  1. The mac argument will be removed from
    • pywemo.discovery.device_from_description
    • The Device class constructor as well as the constructor for all subclasses.
  2. The pywemo.ssdp.SSDP class will be removed
  3. The created, expires, is_expired & description properties will be removed from ssdp.UPNPEntry as will the match_device_description method.
  4. pywemo.util.etree_to_dict will be removed.
  5. The Device.serialnumber property will be removed. Use serial_number instead.
  6. Non-integer values will no longer be supported for Dimmer.set_brightness.
  7. Insight.today_standby_time & Insight.get_standby_state properties will be removed. get_standby_state is being replaced with standby_state.
  8. Maker.maker_params will be removed. Use the individual properties (switch_state, sensor_state, switch_mode & has_sensor) instead.
  9. Maker.update_maker_params will be removed. Switch to using Maker.update_attributes instead.

Full list of changes

... (truncated)

Commits
  • 75ae1b6 Version bump (0.9.0)
  • dc0841d Add configuration to enable callbacks in containers. (#348)
  • 44184ac Version bump (0.8.1)
  • 6a6e182 V2 Dimmers do not send brightness events (#347)
  • bec12ac Version bump (0.8.0)
  • 12f8344 Remove six dependency from generateDS files (#346)
  • 27754c9 Include common classes in pywemo top-level module (#345)
  • 0ad58a9 Update insight_params when the state is changed (#343)
  • 15ceb67 Maintain subscription SID through request exceptions (#342)
  • b1a1bbd Insight is not subscribed when off (#341)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pywemo](https://github.com/pywemo/pywemo) from 0.5.6 to 0.9.0.
- [Release notes](https://github.com/pywemo/pywemo/releases)
- [Commits](pywemo/pywemo@0.5.6...0.9.0)

---
updated-dependencies:
- dependency-name: pywemo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from KnicKnic as a code owner June 6, 2022 09:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 6, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 8, 2022

Superseded by #26.

@dependabot dependabot bot closed this Jun 8, 2022
@dependabot dependabot bot deleted the dependabot/pip/pywemo-0.9.0 branch June 8, 2022 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants