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

2023.7.1 #96006

Merged
merged 18 commits into from
Jul 6, 2023
Merged

2023.7.1 #96006

merged 18 commits into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. Fix not including device_name in friendly name if it is None (#95485)

    * Omit device_name in friendly name if it is None
    
    * Fix test
    jbouwh authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2196bd3 View commit details
    Browse the repository at this point in the history
  2. Handle integrations with empty services or failing to load during ser…

    …vice description enumeration (#95911)
    
    * wip
    
    * tweaks
    
    * tweaks
    
    * add coverage
    
    * complain loudly as we never execpt this to happen
    
    * ensure not None
    
    * comment it
    bdraco authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3e19fba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57369be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4229778 View commit details
    Browse the repository at this point in the history
  5. Migrate bracketed IP addresses in ZHA config entry (#95917)

    * Automatically correct IP addresses surrounded by brackets
    
    * Simplify regex
    
    * Move pattern inline
    
    * Maintain old behavior of stripping whitespace
    puddly authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6275932 View commit details
    Browse the repository at this point in the history
  6. Use device name for Nuki (#95941)

    joostlek authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4c10d18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95594a2 View commit details
    Browse the repository at this point in the history
  8. Fix entity name for Flick Electric (#95947)

    Fix entity name
    joostlek authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    224886e View commit details
    Browse the repository at this point in the history
  9. Fix matter exception NoneType in set_brightness for optional min/max …

    …level values (#95949)
    
    Fix exception NoneType in set_brightness for optional min/max level values
    neocolis authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7a21e85 View commit details
    Browse the repository at this point in the history
  10. Fix grouping feature for MusicCast (#95958)

    check the current source for grouping using the source ID instead of the label
    micha91 authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    bca5aae View commit details
    Browse the repository at this point in the history
  11. Bump pyrainbird to 2.1.0 (#95968)

    allenporter authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d969b89 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    866e130 View commit details
    Browse the repository at this point in the history
  13. Set correct response value in service description when `async_set_s…

    …ervice_schema` is used (#95985)
    
    * Mark scripts as response optional, make it always return a response if return_response is set
    
    * Update test_init.py
    
    * Revert "Update test_init.py"
    
    This reverts commit 8e113e5.
    
    * Split + add test
    bramkragten authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3540c78 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10b97a7 View commit details
    Browse the repository at this point in the history
  15. Make script services always respond when asked (#95991)

    * Make script services always respond when asked
    
    * Update test_init.py
    bramkragten authored and balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7408fa4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef31608 View commit details
    Browse the repository at this point in the history
  17. Bumped version to 2023.7.1

    balloob committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4096614 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d18716e View commit details
    Browse the repository at this point in the history