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

2021.12.10 #64317

Merged
merged 20 commits into from Jan 18, 2022
Merged

2021.12.10 #64317

merged 20 commits into from Jan 18, 2022

Commits on Jan 17, 2022

  1. Avoid removing zwave_js devices for non-ready nodes (#59964)

    * Only replace a node if the mfgr id / prod id / prod type differ
    
    * Prefer original device name for unready node
    
    * move register_node_in_dev_reg into async_setup_entry
    
    * simplify get_device_id_ext
    
    * Don't need hex ids
    
    * Revert "move register_node_in_dev_reg into async_setup_entry"
    
    This reverts commit f900e5f.
    
    * Revert Callable change
    
    * Revert device backup name
    
    * Add test fixtures
    
    * Update existing not ready test with new fixture data
    
    * Check device properties after node added event
    
    * Add entity check
    
    * Check for extended device id
    
    * better device info checks
    
    * Use receive_event to properly setup components
    
    * Cleanup tests
    
    * improve test_replace_different_node
    
    * improve test_replace_same_node
    
    * add test test_node_model_change
    
    * Clean up long comments and strings
    
    * Format
    
    * Reload integration to detect node device config changes
    
    * update assertions
    
    * Disable entities on "value removed" event
    
    * Disable node status sensor on node replacement
    
    * Add test for disabling entities on remove value event
    
    * Add test for disabling node status sensor on node replacement
    
    * disable entity -> remove entity
    
    Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
    2 people authored and balloob committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    cb89c23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df2b6fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7320904 View commit details
    Browse the repository at this point in the history
  4. Convert disabled_by to DeviceEntryDisabler on load (#63944)

    Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
    agners and balloob committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2fb1e40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba961b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bcf3e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a886ef View commit details
    Browse the repository at this point in the history
  8. Fix changing the preset mode (#64119)

    bieniu authored and balloob committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    405c4f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f09439 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f281e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f842c7 View commit details
    Browse the repository at this point in the history
  12. Ignore unavailable entities when creating zwave_js device actions list (

    #64184)
    
    * Fix bug with zwave-js device actions
    
    * outdent
    
    * Add test and fix bug
    
    * fix
    raman325 authored and balloob committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    da5b473 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec993b1 View commit details
    Browse the repository at this point in the history
  14. Bump bimmer_connected to 0.8.10 (#64314)

    Co-authored-by: rikroe <rikroe@users.noreply.github.com>
    2 people authored and balloob committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8c531b4 View commit details
    Browse the repository at this point in the history
  15. Bumped version to 2021.12.10

    balloob committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    1c82a56 View commit details
    Browse the repository at this point in the history
  16. lint

    balloob committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    69c5b04 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    777c5b7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bfe657a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    959498d View commit details
    Browse the repository at this point in the history
  20. remove typing

    balloob committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c312654 View commit details
    Browse the repository at this point in the history