Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rytilahti/python-miio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.10
Choose a base ref
...
head repository: rytilahti/python-miio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.11
Choose a head ref
  • 9 commits
  • 31 files changed
  • 2 contributors

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    3abffd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    3155429 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    bddb3e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    670ecba View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Deprecate wifi_led in favor of led (#1342)

    * Deprecate wifi_led in favor of led
    
    Doing this makes all devices with leds to have a common interface
    
    * Ignore deprecation warnings in Device.__repr__
    rytilahti authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    b8b9c1a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Remove deprecated integration classes (#1343)

    The following previously deprecated classes exist no more:
    * AirFreshVA4 - use AirFresh
    * AirHumidifierCA1, AirHumidifierCB1, AirHumidifierCB2 - use AirHumidifier
    * AirDogX5, AirDogX7SM - use AirDogX3
    * AirPurifierMB4 - use AirPurifierMiot
    * Plug, PlugV1, PlugV3 - use ChuangmiPlug
    * FanP9, FanP10, FanP11 - use FanMiot
    * DreameVacuumMiot - use DreameVacuum
    * Vacuum - use RoborockVacuum
    rytilahti authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    7cc167f View commit details
    Browse the repository at this point in the history
  2. Make sure miotdevice implementations define supported models (#1345)

    * Add zhimi.fan.za5 as supported to zhimi_miot
    
    * Make sure miotdevice implementations define supported models
    
    Add model information to:
    * CurtainMiot
    * Huizuo
    * FanMiot, Fan1C
    * FanZA5
    * RoidmiVacuumMiot
    * YeelightDualControlModule
    rytilahti authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    2286e58 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Fix bug for zhimi.fan.za5 resulting in user ack timeout (#1348)

    * Fix bug for zhimi.fan.za5 resulting in user ack timeout
    
    * Update miio/integrations/fan/zhimi/zhimi_miot.py
    
    Co-authored-by: Teemu R. <[email protected]>
    
    Co-authored-by: Teemu R. <[email protected]>
    saxel and rytilahti authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    e901e2c View commit details
    Browse the repository at this point in the history
  2. Release 0.5.11 (#1351)

    This release fixes zhimi.fan.za5 support and makes all integrations introspectable for their supported models.
    For developers, there is now a network trace parser (in devtools/parse_pcap.py) that prints the decrypted the traffic for given tokens.
    
    The following previously deprecated classes in favor of model-based discovery, if you were using these classes directly you need to adjust your code:
    * AirFreshVA4 - use AirFresh
    * AirHumidifierCA1, AirHumidifierCB1, AirHumidifierCB2 - use AirHumidifier
    * AirDogX5, AirDogX7SM - use AirDogX3
    * AirPurifierMB4 - use AirPurifierMiot
    * Plug, PlugV1, PlugV3 - use ChuangmiPlug
    * FanP9, FanP10, FanP11 - use FanMiot
    * DreameVacuumMiot - use DreameVacuum
    * Vacuum - use RoborockVacuum
    
    [Full Changelog](0.5.10...0.5.11)
    
    **Breaking changes:**
    
    - Remove deprecated integration classes [\#1343](#1343) (@rytilahti)
    
    **Implemented enhancements:**
    
    - Add PCAP file parser for protocol analysis [\#1331](#1331) (@rytilahti)
    
    **Fixed bugs:**
    
    - Fix bug for zhimi.fan.za5 resulting in user ack timeout [\#1348](#1348) (@saxel)
    
    **Deprecated:**
    
    - Deprecate wifi\_led in favor of led [\#1342](#1342) (@rytilahti)
    
    **Merged pull requests:**
    
    - Make sure miotdevice implementations define supported models [\#1345](#1345) (@rytilahti)
    - Add Viomi V2 \(viomi.vacuum.v6\) as supported [\#1340](#1340) (@rytilahti)
    - Mark Roborock S7 MaxV \(roborock.vacuum.a27\) as supported [\#1337](#1337) (@rytilahti)
    - Add pyupgrade to CI runs [\#1329](#1329) (@rytilahti)
    rytilahti authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    6e5b153 View commit details
    Browse the repository at this point in the history
Loading